An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
2014-03-09 12:28:18 -07: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 Make parser input reads indicate the # of bytes read 2014-03-08 16:51:08 -08:00
script Add clean script 2014-03-03 20:10:48 -08:00
spec Separate spec helpers files for compiler and runtime specs 2014-03-08 15:26:27 -08:00
src Make parser input reads indicate the # of bytes read 2014-03-08 16:51:08 -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 Add references to readme 2014-03-09 12:28:18 -07:00
todo.md Add more error recovery tests for JSON 2014-02-26 22:58:45 -08:00
tree_sitter.gyp Don't use c++ for runtime 2014-03-08 16:30:44 -08:00

tree_sitter

A library for generating incremental LR parsers with integrated lexers

Build Status

References