Add *, + and ? to list of non-allowed ebnf identifier characteres

db4
Chris Double 2008-03-20 01:25:57 +13:00
parent 82d54d3776
commit c0b7bdf823
1 changed files with 3 additions and 0 deletions

View File

@ -153,6 +153,9 @@ DEFER: 'rhs'
[ dup CHAR: [ = ]
[ dup CHAR: . = ]
[ dup CHAR: ! = ]
[ dup CHAR: * = ]
[ dup CHAR: + = ]
[ dup CHAR: ? = ]
} || not nip
] satisfy repeat1 [ >string <ebnf-non-terminal> ] action ;