peg.ebnf: minor update

db4
Eduardo Cavazos 2008-06-10 20:31:32 -05:00
parent e813ac97c4
commit c5cc533182
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ C: <ebnf> ebnf
[ dup CHAR: ? = ]
[ dup CHAR: : = ]
[ dup CHAR: ~ = ]
} || not nip
} 0|| not nip
] satisfy repeat1 [ >string <ebnf-non-terminal> ] action ;
: 'terminal' ( -- parser )