tree-sitter

tree-sitter fun
2020-09-29T00:05:22.004400Z

the gods of merging have had mercy and the pr was accepted 🙂

2020-09-29T10:25:04.007100Z

the hypothesis property-based testing managed to find a parsing error. a simpler version of it is:

[+1#_2]
clj gives:
user=> [+1#_2]
[1]
so a vector containing a 1. the current tree-sitter grammar yields a vector with a symbol named +1#_2. on a side note, a similar error may be present in parcera: https://github.com/carocad/parcera/issues/86