]> gitweb.factorcode.org Git - factor.git/commitdiff
Remove obsolete ebnf stuff
authorChris Double <chris@bethia.(none)>
Thu, 19 Jun 2008 02:31:14 +0000 (14:31 +1200)
committerChris Double <chris@bethia.(none)>
Thu, 19 Jun 2008 02:31:14 +0000 (14:31 +1200)
extra/peg/ebnf/ebnf.factor

index d982d73229a0532c0b4edb8fb197df4b763109df..08ac24e5357a39bbd9b1f0051d1e7e5092b25c03 100644 (file)
@@ -266,8 +266,6 @@ DEFER: 'choice'
 : 'actioned-sequence' ( -- parser )\r
   [\r
     [ 'sequence' , "=>" syntax , 'action' , ] seq* [ first2 <ebnf-action> ] action ,\r
-    [ 'sequence' , ":" syntax , "a-zA-Z" range-pattern repeat1 [ >string ] action , "=>" syntax , 'action' , ] seq* [ first3 >r <ebnf-var> r> <ebnf-action> ] action ,\r
-    [ 'sequence' , ":" syntax , "a-zA-Z" range-pattern repeat1 [ >string ] action , ] seq* [ first2 <ebnf-var> ] action ,\r
     'sequence' ,\r
   ] choice* ;\r
   \r