From: adam Date: Tue, 13 Dec 2005 07:18:39 +0000 (-0500) Subject: checkpoint X-Git-Tag: tag_for_25-Mar~597 X-Git-Url: http://git.megacz.com/?p=sbp.git;a=commitdiff_plain;h=ca2a2375abf048fac4050c1c2551eef551477f94;ds=sidebyside checkpoint darcs-hash:20051213071839-5007d-4b5b648c47d938d606c3b954435907e7c7eb947f.gz --- diff --git a/tests/meta.g b/tests/meta.g index d006e87..05f3abf 100644 --- a/tests/meta.g +++ b/tests/meta.g @@ -1,8 +1,8 @@ s ::= ws grammar ws => "gram" ws !::= w** -grammar ::= R+/ws => "grammar" -R ::= word ^"::=" Alternatives - | word ^"!::=" Alternatives +grammar ::= r+/ws => "grammar" +r ::= word ^"::=" Alternatives /ws + | word ^"!::=" Alternatives /ws ec ::= [~\]\\\-\~] | escaped