jly-parser
v1.0.1
Published
```typescript type grammar = { startSymbol: string; tokens: (string[]) | string; operators: { 0: "left" | "right", [index: number]: string }[];// e.g. [["left","A","B","C"],["right","D"]] bnf: { [nonterminal: st
Downloads
4