An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
Max Brunsfeld 9da7663e99 Combine TSParser and TSStateMachine objects
My original thought was to decouple the runtime from
the LR parser generator by making TSParser a generic
interface that LR parsers implement.

I think this was more trouble than it was worth.
2014-07-10 13:23:20 -07:00
etc Add valgrind helper script 2014-06-09 13:24:30 -07:00
examples Add for-in loops and math assignment operators to js grammar 2014-07-07 13:35:55 -07:00
externals Bump bandit 2014-06-16 13:21:03 -07:00
include/tree_sitter Combine TSParser and TSStateMachine objects 2014-07-10 13:23:20 -07:00
script Update submodules recursively in configure script 2014-06-16 13:27:38 -07:00
spec Combine TSParser and TSStateMachine objects 2014-07-10 13:23:20 -07:00
src Combine TSParser and TSStateMachine objects 2014-07-10 13:23:20 -07:00
.gitignore Add vim YCM config file 2014-06-23 12:47:12 -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
.vimrc Add project vimrc 2014-06-26 07:29:23 -07:00
.ycm_extra_conf.py Add vim YCM config file 2014-06-23 12:47:12 -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 Tweak header include paths in tests 2014-06-23 18:50:03 -07:00

tree_sitter

A library for generating incremental LR parsers with integrated lexers

Build Status

References