checkpoint
[sbp.git] / tests / meta.g
index 4b4df1f..c9d588d 100644 (file)
@@ -12,7 +12,7 @@ conjuncts   ::=  sequence
 
 ps          ::= e*/ws => "ps"
 psx         ::= ps
-              > ps ws ^"/" e
+              > ps ^"/" e /ws
 sequence    ::= psx
               | psx ^"=>" (word|quoted) /ws
 
@@ -29,7 +29,7 @@ e        ::=  word                          => "nonTerminal"
            |    ^"["  (range*) "]"
            |    ^"[~" (range*) "]"
            |    ^"^" quoted             /ws
-           |    ^"!" e                  /ws
+//           |    ^"!" e                  /ws
 
            |  (e ws ^"**" > e ws ^"*")
            |  e ^"*/" e                 /ws