An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
Max Brunsfeld 6253c19524 Don't insist on mac os 10.7 in specs
Not sure why specs don't work with this setting. It would be
nice to be able to set it as a direct_dependent_setting of the
library.
2014-03-04 13:41:45 -08:00
examples Fix missing auxiliary tokens in lex error state 2014-02-27 00:38:08 -08:00
externals Generate makefile with gyp 2014-03-03 13:20:44 -08:00
include/tree_sitter Refactor document to allow other input data structures 2014-03-01 22:43:25 -08:00
script Add clean script 2014-03-03 20:10:48 -08:00
spec Rename files to avoid duplicate basenames 2014-03-02 15:07:43 -08:00
src Don't use exceptions in pattern parser 2014-03-04 12:36:38 -08: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 Create README.md 2014-02-19 09:28:31 -08:00
todo.md Add more error recovery tests for JSON 2014-02-26 22:58:45 -08:00
tree_sitter.gyp Don't insist on mac os 10.7 in specs 2014-03-04 13:41:45 -08:00

tree_sitter

A library for generating incremental LR parsers with integrated lexers

Build Status