Remove obsolete ebnf stuff
parent
04453b2421
commit
3dc3a6f899
|
@ -266,8 +266,6 @@ DEFER: 'choice'
|
||||||
: 'actioned-sequence' ( -- parser )
|
: 'actioned-sequence' ( -- parser )
|
||||||
[
|
[
|
||||||
[ 'sequence' , "=>" syntax , 'action' , ] seq* [ first2 <ebnf-action> ] action ,
|
[ 'sequence' , "=>" syntax , 'action' , ] seq* [ first2 <ebnf-action> ] action ,
|
||||||
[ 'sequence' , ":" syntax , "a-zA-Z" range-pattern repeat1 [ >string ] action , "=>" syntax , 'action' , ] seq* [ first3 >r <ebnf-var> r> <ebnf-action> ] action ,
|
|
||||||
[ 'sequence' , ":" syntax , "a-zA-Z" range-pattern repeat1 [ >string ] action , ] seq* [ first2 <ebnf-var> ] action ,
|
|
||||||
'sequence' ,
|
'sequence' ,
|
||||||
] choice* ;
|
] choice* ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue