An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
Max Brunsfeld df05c75525 Backfill unit tests for follow sets
Also, add some comment docs for some compiler functions
2014-02-26 00:39:31 -08:00
examples Put definition of EOF symbol back in parse table builder (not in parser.h) 2014-02-25 13:25:58 -08:00
externals Switch specs to use bandit instead of igloo 2013-12-28 16:55:51 -08:00
include/tree_sitter Fix bug in parser error handling 2014-02-25 18:33:24 -08:00
spec Backfill unit tests for follow sets 2014-02-26 00:39:31 -08:00
src Backfill unit tests for follow sets 2014-02-26 00:39:31 -08:00
tree_sitter.xcodeproj Backfill unit tests for follow sets 2014-02-26 00:39:31 -08:00
.gitignore Rename project files 2014-01-02 13:09:15 -08:00
.gitmodules Switch specs to use bandit instead of igloo 2013-12-28 16:55:51 -08:00
.travis.yml Update .travis.yml 2014-02-18 09:19:41 -08:00
Makefile Add missing includes 2014-02-20 23:11:27 -08:00
README.md Create README.md 2014-02-19 09:28:31 -08:00
todo.md Start work on error recovery 2014-02-24 18:42:54 -08:00

tree_sitter

A library for generating incremental LR parsers with integrated lexers

Build Status