mirror of
https://codeberg.org/NLnet/takentaal.git
synced 2025-08-29 22:10:07 +00:00
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:
parent
6a68ed3140
commit
ecc5a1aa00
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ END_AMOUNT
|
|||
;
|
||||
|
||||
STARTCHAR
|
||||
: [ -"$-/:-\u007A\u007C-\u007E]
|
||||
: [!-"$-/:-\u007A\u007C\u007E]
|
||||
;
|
||||
|
||||
CHAR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue