An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
Max Brunsfeld 1da9f1fdfd Store rule metadata as a map, not a single number
Need to store more than just boolean values
2014-04-07 08:50:00 -07:00
examples Add dynamic property access to javascript grammar 2014-04-05 15:55:20 -07:00
externals Add cpplint, lint script 2014-03-09 21:37:03 -07:00
include/tree_sitter Trim trailing whitespace 2014-04-04 13:10:55 -07:00
script Remove remaining trailing whitespace from generated c code 2014-03-29 19:21:42 -07:00
spec Store rule metadata as a map, not a single number 2014-04-07 08:50:00 -07:00
src Store rule metadata as a map, not a single number 2014-04-07 08:50:00 -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 Update .travis.yml 2014-03-04 12:53:23 -08: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 Put example grammars in tree_sitter::examples ns 2014-03-24 07:19:31 -07:00

tree_sitter

A library for generating incremental LR parsers with integrated lexers

Build Status

References