An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
Max Brunsfeld 9a198562e0 Treat parse conflicts as errors in grammar compilation
For now, only reduce/reduce conflicts w/ no tie-breaking precedence
are treated as errors. The rest are dropped, because shift/reduce
conflicts are currently very common because we don't have a way
of specifying associativity along w/ precedence.
2015-03-15 20:31:41 -07:00
externals Read unicode characters using utf8proc 2014-09-13 00:24:10 -07:00
include/tree_sitter Treat parse conflicts as errors in grammar compilation 2015-03-15 20:31:41 -07:00
script Add configure flag for excluding libprofiler 2015-02-16 22:09:30 -08:00
spec Treat parse conflicts as errors in grammar compilation 2015-03-15 20:31:41 -07:00
src Treat parse conflicts as errors in grammar compilation 2015-03-15 20:31:41 -07:00
.clang-format Tweak auto-format settings 2014-09-09 13:15:40 -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 Add configure flag for excluding libprofiler 2015-02-16 22:09:30 -08:00
.vimrc Add project vimrc 2014-06-26 07:29:23 -07:00
.ycm_extra_conf.py Handle string and regex rules w/ non-ascii chars 2014-09-28 18:21:22 -07:00
project.gyp Treat parse conflicts as errors in grammar compilation 2015-03-15 20:31:41 -07:00
README.md repo name tree_sitter -> tree-sitter 2014-07-13 22:14:03 -07:00
tests.gyp Add configure flag for excluding libprofiler 2015-02-16 22:09:30 -08:00
todo.md Update todo 2014-10-17 23:52:53 -07:00

tree-sitter

A library for generating incremental LR parsers with integrated lexers

Build Status

References