Disallow { and space in STARTCHAR

This solved parsing the example, but is suboptimal. The real fix is to
know why STARTCHAR takes precedence over S and START_AMOUNT
This commit is contained in:
Jos van den Oever 2024-09-02 10:37:56 +02:00
parent 6a68ed3140
commit ecc5a1aa00

View file

@ -93,7 +93,7 @@ END_AMOUNT
;
STARTCHAR
: [ -"$-/:-\u007A\u007C-\u007E]
: [!-"$-/:-\u007A\u007C\u007E]
;
CHAR