microsoft / ts-parsecView on GitHub
Writing a custom parser is a fairly common need. Although there are already parser combinators in others languages, TypeScript provides a powerful and well-structured foundation for building this. Common parser combinators’ weakness are error handling and ambiguity resolving, but these are ts-parsec’s important features. Additionally, ts-parsec …
409Dec 19, 2024Updated last year

Alternatives and similar repositories for ts-parsec

Users that are interested in ts-parsec are comparing it to the libraries listed below

Sorting:

Are these results useful?