@ts-jison/common
v0.4.1-alpha.1
Published
@ts-jison/common: ==== ----------------------------------------- A parser/lexer run-time library used by [@ts-jison/parser](../parser) and [@ts-jison/lexer](../lexer).
Downloads
35,975
Readme
@ts-jison/common:
A parser/lexer run-time library used by @ts-jison/parser and @ts-jison/lexer.
This has been factored from Zach Carter [email protected]'s jison-lex module.
Installation
You probably don't need to install this file as it is included as a dependency in the ouput of @ts-jison/parser-generator and @ts-jison/lexer-generator.
Status:
This works (I'm using it in a few javascript and typescritp projects) and runs the original tests. If you want to geek about this, ping ericP on discord or ericprud on gitter.
Components:
- parser-generator - A lightly-typescriptified version of jison
- lexer-generator - A lightly-typescriptified version of jison-lex
- parser - runtime library for parsers
- lexer - runtime library for lexers
- common - functions needed by parser and lexer