@raviqqe/parcom
v1.2.0
Published
Parser combinator in TypeScript
Downloads
2
Readme
parcom.ts
A parser combinator library for nontrivial tokens written in TypeScript.
Features
- Support for any tokens
- Lines in line-oriented configuration file formats, HTML nodes, etc.
- A simple set of combinators
- Strict typing
Currently, this package supports only content-free grammars.
But you can easily extend it by forking it and modifying TokenIterator
to handle generic states.