An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
2014-05-09 21:36:18 -07:00
examples Add try and while statements to js grammar 2014-05-09 21:36:18 -07:00
externals Don't check in cpplint 2014-05-09 16:32:57 -07:00
include/tree_sitter Fix compile error on gcc 2014-05-09 15:37:30 -07:00
script Don't check in cpplint 2014-05-09 16:32:57 -07:00
spec Add try and while statements to js grammar 2014-05-09 21:36:18 -07:00
src Fix missing symbol names for keywords 2014-05-09 16:14:48 -07:00
.gitignore Don't check in cpplint 2014-05-09 16:32:57 -07:00
.gitmodules Generate makefile with gyp 2014-03-03 13:20:44 -08:00
.travis.yml Link against libboost_regex correctly on travis 2014-04-11 18:33:53 -07:00
README.md Add references to readme 2014-03-09 12:28:18 -07:00
todo.md Update todo 2014-05-01 20:05:03 -07:00
tree_sitter.gyp Link against libboost_regex correctly on travis 2014-04-11 18:33:53 -07:00

tree_sitter

A library for generating incremental LR parsers with integrated lexers

Build Status

References