Add *, + and ? to list of non-allowed ebnf identifier characteres
parent
82d54d3776
commit
c0b7bdf823
|
@ -153,6 +153,9 @@ DEFER: 'rhs'
|
||||||
[ dup CHAR: [ = ]
|
[ dup CHAR: [ = ]
|
||||||
[ dup CHAR: . = ]
|
[ dup CHAR: . = ]
|
||||||
[ dup CHAR: ! = ]
|
[ dup CHAR: ! = ]
|
||||||
|
[ dup CHAR: * = ]
|
||||||
|
[ dup CHAR: + = ]
|
||||||
|
[ dup CHAR: ? = ]
|
||||||
} || not nip
|
} || not nip
|
||||||
] satisfy repeat1 [ >string <ebnf-non-terminal> ] action ;
|
] satisfy repeat1 [ >string <ebnf-non-terminal> ] action ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue