Assertion failure in Action.from_il_expr: Handle EUnit
Without this patch, this simple grammar fails:
%%
let a := A; <A>
(A
being a token without parameters, the syntax translates to a 0-tuple represented by EUnit
rather than ETuple [...]
)
The problem was found by Romain Calascibetta