An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
2014-10-12 11:51:12 -07:00
externals Read unicode characters using utf8proc 2014-09-13 00:24:10 -07:00
include/tree_sitter Tweak debugging output 2014-10-05 16:56:29 -07:00
script Move valgrind suppressions file into scripts directory 2014-09-10 18:25:09 -07:00
spec Discard portion of right subtree that is within the edited region 2014-10-12 11:51:12 -07:00
src Remove whitespace between template closing tags 2014-10-12 11:51:12 -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 Make separate helper scripts for testing compiler and runtime 2014-07-17 22:20:14 -07: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 Include non-terminal lookahead symbols for reduction actions 2014-10-10 12:06:16 -07:00
README.md repo name tree_sitter -> tree-sitter 2014-07-13 22:14:03 -07:00
tests.gyp Add SpyReader methods for inserting/removing by char index 2014-10-02 11:43:22 -07:00
todo.md Update todo 2014-10-08 15:20:00 -07:00

tree-sitter

A library for generating incremental LR parsers with integrated lexers

Build Status

References