test -> "Σ" ;
I would expect input of "Σ" to parse. :) Instead, I get the following
error message:
gzlparse: interpreter.c:503: do_intfa_transition: Assertion `terminal' failed.
{"parse_tree":
{"rule":"test", "start": 0, "children": [
Changing sigma to an ASCII character (eg, "X") works as expected.
--
Catherine