checkpoint
[sbp.git] / tests / meta.g
index ceb82ac..29663f7 100644 (file)
@@ -1,4 +1,6 @@
 s         ::=  w* Grammar w*                  => "gram"
+ws       !::= w*
+grammar   ::=  R+/ws => "grammar"
 Grammar   ::=  R+ => "grammar"
 R         ::=  word  ^"::=" Alternatives
             |  word ^"!::=" Alternatives