jotatoledo / grammy-ts

Another LL(1) grammar analyzer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Another LL(1) grammar analyzer.

License:MIT License


Languages

Language:TypeScript 90.7%Language:JavaScript 9.3%