X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fmeta.g;h=29663f7c4b2c91898c8372df2d7bf1dd5e942b27;hb=c1325de42a4ddfad3ff9b10bfdda11078e38e8a6;hp=ceb82ac93ccf2438fe680b177b662a0e37c88827;hpb=62b32452b9e26b282d61b44b829abb8c38ad31b7;p=sbp.git diff --git a/tests/meta.g b/tests/meta.g index ceb82ac..29663f7 100644 --- a/tests/meta.g +++ b/tests/meta.g @@ -1,4 +1,6 @@ s ::= w* Grammar w* => "gram" +ws !::= w* +grammar ::= R+/ws => "grammar" Grammar ::= R+ => "grammar" R ::= word ^"::=" Alternatives | word ^"!::=" Alternatives