microsoft / ts-parsec

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 …
374Updated 2 months ago

Alternatives and similar repositories for ts-parsec:

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