tree-sitter/spec
Max Brunsfeld 5ed5ae7514 In LR(1) items, only store consumed symbols as booleans
the booleans represent the symbols point to auxiliary tokens
or not. This is all we need to know for the purpose of building
parse tables. Any other information just leads to redundant
parse states.
2014-01-31 00:13:05 -08:00
..
compiler In LR(1) items, only store consumed symbols as booleans 2014-01-31 00:13:05 -08:00
fixtures In LR(1) items, only store consumed symbols as booleans 2014-01-31 00:13:05 -08:00
runtime Add support for character ranges in regex patterns 2014-01-30 18:54:39 -08:00
main.cpp Generate parse tables and code using pre-processed grammars 2014-01-03 22:42:05 -08:00
spec_helper.cpp Refactor parser error messages 2014-01-11 17:59:45 -08:00
spec_helper.h Move stream operators for container types to separate header file 2014-01-21 23:35:04 -08:00
stream_methods.h Add stream operator for parse states 2014-01-26 16:38:41 -08:00