tree-sitter/test
Max Brunsfeld 52087de4f0 Remove the concept of fragile reductions
They were a vestige of when Tree-sitter did sentential form-based
incremental parsing (as opposed to simply state matching). This was
elegant but not compatible with GLR as far as I could tell.
2018-03-02 14:51:54 -08:00
..
compiler Represent repetitions with associative structure 2018-02-12 11:41:56 -08:00
fixtures Handle conflicts in repeat rules after external tokens 2018-02-14 11:24:51 -08:00
fuzz Add libFuzzer support 2017-07-14 13:50:41 -07:00
helpers Fix capture of corpus descriptions in integration tests 2018-03-02 11:27:41 -08:00
integration Balance repetition trees after parsing 2018-02-12 11:41:56 -08:00
runtime Remove the concept of fragile reductions 2018-03-02 14:51:54 -08:00
benchmarks.cc Exclude zeros from speeds reported in benchmarks 2017-09-12 16:30:38 -07:00
test_helper.h Rename spec -> test 2017-03-09 20:40:01 -08:00
tests.cc Use C++ stdlib for random number generation 2017-08-08 12:42:49 -07:00