1.2.0 • Published 2 years ago

@raviqqe/parcom v1.2.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

parcom.ts

GitHub Action Codecov npm License

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.

License

MIT

1.2.0

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago