From 970f0055c266ab813c177b4c4f545e51ea203479 Mon Sep 17 00:00:00 2001 From: Chris Double Date: Thu, 3 Apr 2008 17:33:37 +1300 Subject: [PATCH] Fix failing ebnf unit test --- extra/peg/ebnf/ebnf.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/peg/ebnf/ebnf.factor b/extra/peg/ebnf/ebnf.factor index 49c2d5a8dd..e5787e6cf8 100644 --- a/extra/peg/ebnf/ebnf.factor +++ b/extra/peg/ebnf/ebnf.factor @@ -213,6 +213,7 @@ DEFER: 'choice' : 'actioned-sequence' ( -- parser ) [ [ 'sequence' , "=>" syntax , 'action' , ] seq* [ first2 ] action , + [ 'sequence' , ":" syntax , "a-zA-Z" range-pattern repeat1 [ >string ] action , "=>" syntax , 'action' , ] seq* [ first3 >r r> ] action , [ 'sequence' , ":" syntax , "a-zA-Z" range-pattern repeat1 [ >string ] action , ] seq* [ first2 ] action , 'sequence' , ] choice* ;