An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
Max Brunsfeld b2cb78166e Give Rule a virtual destructor
Not needed at the moment because rule pointers are are always wrapped
in shared_ptrs. Still, don't want to forget this if I stopped using shared_ptrs
at some point.
2014-04-27 21:49:56 -07:00
examples Extract shared helper functions from example grammars 2014-04-27 21:45:05 -07:00
externals Add cpplint, lint script 2014-03-09 21:37:03 -07:00
include/tree_sitter Add rule precedence construct 2014-04-15 08:40:46 -07:00
script Fix configure script 2014-04-16 21:00:27 -07:00
spec Store choice rules using vectors, not pairs 2014-04-26 23:21:09 -07:00
src Give Rule a virtual destructor 2014-04-27 21:49:56 -07:00
.gitignore Generate makefile with gyp 2014-03-03 13:20:44 -08: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 Scratch one off the todo 2014-04-05 15:55:37 -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