An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
Max Brunsfeld 7a3092b765 Refactor parser error messages
- move message generation to TSParseError,
  so that Parser doesn’t need to import <string>, and can
  be compiled as plain C.
2014-01-11 17:59:45 -08:00
externals Switch specs to use bandit instead of igloo 2013-12-28 16:55:51 -08:00
include Refactor parser error messages 2014-01-11 17:59:45 -08:00
spec Refactor parser error messages 2014-01-11 17:59:45 -08:00
src Refactor parser error messages 2014-01-11 17:59:45 -08:00
tree_sitter.xcodeproj Refactor parser error messages 2014-01-11 17:59:45 -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
.vimrc Initial commit 2013-11-05 22:15:19 -08:00
Makefile Initial commit 2013-11-05 22:15:19 -08:00
todo.md Add code for setting parse states’ corresponding lex states 2013-12-28 10:23:40 -08:00