An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
Max Brunsfeld 99817a38c1 Improve trees generated by arithmetic grammar
This work should inform how to implement operator
precedence helper functions
2014-03-29 18:37:51 -07:00
examples Improve trees generated by arithmetic grammar 2014-03-29 18:37:51 -07:00
externals Add cpplint, lint script 2014-03-09 21:37:03 -07:00
include/tree_sitter Tweak format for example grammars 2014-03-28 13:51:32 -07:00
script Start work on javascript grammar 2014-03-24 09:14:29 -07:00
spec Improve trees generated by arithmetic grammar 2014-03-29 18:37:51 -07:00
src Add golang example grammar 2014-03-29 16:29:34 -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 Add more error recovery tests for JSON 2014-02-26 22:58:45 -08: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