tree-sitter/spec/runtime
Max Brunsfeld f7e4445358 Handle goto actions after reductions in a more standard way
Rather than letting the reduced tree become the new lookahead symbol,
and re-adding it to the stack via a subsequent shift action, just
add it to the stack as part of the reduce action. This is more in
line with the way LR is described traditionally.
2015-05-27 10:53:02 -07:00
..
helpers Add logging debugger for debugging failing tests 2014-10-17 23:05:08 -07:00
languages Replace prec rule w/ left_assoc and right_assoc 2015-03-16 23:12:34 -07:00
document_spec.cc Handle goto actions after reductions in a more standard way 2015-05-27 10:53:02 -07:00
node_spec.cc Track AST nodes' sizes in characters as well as bytes 2014-09-26 16:15:07 -07:00
parser_spec.cc Identify fragile reductions at compile time 2015-02-21 15:11:03 -08:00
runtime_spec_helper.h Tweak header include paths in tests 2014-06-23 18:50:03 -07:00
runtime_specs.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00
stack_spec.cc Don't use struct literal syntax for TSLength 2014-09-26 16:31:36 -07:00
tree_spec.cc Use a more exact test for reusability of error nodes 2015-02-21 10:39:58 -08:00