An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
2014-02-20 23:11:27 -08:00
examples Remove rules that don't need to be public from compiler.h 2014-02-20 23:05:32 -08:00
externals Switch specs to use bandit instead of igloo 2013-12-28 16:55:51 -08:00
include/tree_sitter Remove rules that don't need to be public from compiler.h 2014-02-20 23:05:32 -08:00
spec Remove rules that don't need to be public from compiler.h 2014-02-20 23:05:32 -08:00
src Add missing includes 2014-02-20 23:11:27 -08:00
tree_sitter.xcodeproj Remove rules that don't need to be public from compiler.h 2014-02-20 23:05:32 -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 Skip whitespace by default in lexer 2014-02-19 12:48:38 -08:00

tree_sitter

A library for generating incremental LR parsers with integrated lexers

Build Status