An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
Max Brunsfeld feb46302f3 Rename 'star' -> 'pointer' in C grammar
Now that bug is fixed that prevented tokens from working properly when
used anonymously and as named rules
2015-07-30 17:27:49 -07:00
externals Read unicode characters using utf8proc 2014-09-13 00:24:10 -07:00
include/tree_sitter clang-format everything 2015-07-27 18:29:48 -07:00
script Add configure flag for excluding libprofiler 2015-02-16 22:09:30 -08:00
spec Rename 'star' -> 'pointer' in C grammar 2015-07-30 17:27:49 -07:00
src Handle tokens that appear both anonymously and as named rules 2015-07-30 17:24:08 -07:00
.clang-format clang-format everything 2015-07-27 18:29:48 -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 Use docker infrastructure on travis-ci 2015-04-17 11:27:40 -07:00
project.gyp Start work on graph-structured stack 2015-06-18 17:03:16 -07:00
README.md repo name tree_sitter -> tree-sitter 2014-07-13 22:14:03 -07:00
tests.gyp Build with -g, -O0 for specs 2015-06-15 15:26:06 -07:00
todo.md Update TODO 2015-07-18 11:53:26 -07:00

tree-sitter

A library for generating incremental LR parsers with integrated lexers

Build Status

References