An incremental parsing system for programming tools
https://tree-sitter.github.io
Now, instead of adding states to the lex table as they are needed by the parse states, we iterate over the parse states after the fact and set up their corresponding lex states. This has the nice side effect that the lex states are in a more readable order. |
||
|---|---|---|
| examples | ||
| externals | ||
| include/tree_sitter | ||
| script | ||
| spec | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| README.md | ||
| todo.md | ||
| tree_sitter.gyp | ||
tree_sitter
A library for generating incremental LR parsers with integrated lexers
