An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
2014-04-08 21:41:38 -07:00
examples Record parse conflicts when compiling grammars 2014-04-08 18:47:42 -07:00
externals Add cpplint, lint script 2014-03-09 21:37:03 -07:00
include/tree_sitter Start work on recording parse action conflicts 2014-04-08 08:19:55 -07:00
script Remove remaining trailing whitespace from generated c code 2014-03-29 19:21:42 -07:00
spec WIP - try to fix travis build 2014-04-08 21:41:38 -07:00
src WIP - try to fix travis build 2014-04-08 21:41:38 -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 WIP - try to fix travis build 2014-04-08 21:41:38 -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 WIP - try to fix travis build 2014-04-08 21:41:38 -07:00

tree_sitter

A library for generating incremental LR parsers with integrated lexers

Build Status

References