An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
Max Brunsfeld 21c0f51b84 Rename ts_document_{set_text,set_input_string}
Because next I'll add a more general 'set_input' method
2014-02-27 13:30:11 -08:00
examples Fix missing auxiliary tokens in lex error state 2014-02-27 00:38:08 -08:00
externals Switch specs to use bandit instead of igloo 2013-12-28 16:55:51 -08:00
include/tree_sitter Rename ts_document_{set_text,set_input_string} 2014-02-27 13:30:11 -08:00
spec Rename ts_document_{set_text,set_input_string} 2014-02-27 13:30:11 -08:00
src Rename ts_document_{set_text,set_input_string} 2014-02-27 13:30:11 -08:00
tree_sitter.xcodeproj Make start and EOF symbols into builtin symbols 2014-02-26 23:18:49 -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 Clean up travis file 2014-02-26 20:03:26 -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 Add more error recovery tests for JSON 2014-02-26 22:58:45 -08:00

tree_sitter

A library for generating incremental LR parsers with integrated lexers

Build Status