Skip to content

jotatoledo/grammy-ts

Repository files navigation

grammy-ts

CircleCI Coverage Status

Another LL(1) grammar analyzer.

Install

npm i grammy-ts

API

TODO

Linting

Now that tslint is on its way to deprecation, this project uses eslint to lint .ts files as described in @typescript-eslint docs.

Notation

Capital letters (A...) refer to non-terminals, lower-case letters (a...) refer to grammar symbols (terminals or non-terminals) and greek letters (α...) refer to possibly empty sequences of grammar symbols.