An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
Max Brunsfeld acad97cfd2 Separate concepts of hidden and auxiliary symbols
This way, we can hide auxiliary symbols from library users,
but still allow them to use hidden symbols
2014-02-19 13:05:54 -08:00
examples Separate concepts of hidden and auxiliary symbols 2014-02-19 13:05:54 -08:00
externals Switch specs to use bandit instead of igloo 2013-12-28 16:55:51 -08:00
include/tree_sitter Separate concepts of hidden and auxiliary symbols 2014-02-19 13:05:54 -08:00
spec Separate concepts of hidden and auxiliary symbols 2014-02-19 13:05:54 -08:00
src Separate concepts of hidden and auxiliary symbols 2014-02-19 13:05:54 -08:00
tree_sitter.xcodeproj Add travis.yml file 2014-02-18 09:16:57 -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
.vimrc Initial commit 2013-11-05 22:15:19 -08:00
Makefile Remove clang -stdlib flag in makefile 2014-02-19 09:24:55 -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