Closed InnPatron closed 5 years ago
Ah, I see the issue.
There is a rule exponent -> '(' litArith ')'
which is the only rule for parsing for parenthetical arithmetic. However, sizePrim
is not expected within litArith
, causing an error.
Probably a simple fix of adding the rule sizeArith -> '(' sizeArith ')'
Thanks for reporting this!
Built with latest master.
flp fails to compile the following (a simplified snippet taken from the pre-print):
with error: