From ac3d790e14306c50c71b9eda9beea5792d2fb6dc Mon Sep 17 00:00:00 2001 From: bringert Date: Sun, 7 Jan 2007 23:18:12 +0000 Subject: [PATCH] Added test/ directory, and a test grammar for the SRG EBNF generation. --- test/srg/srg0001/test.gf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/srg/srg0001/test.gf diff --git a/test/srg/srg0001/test.gf b/test/srg/srg0001/test.gf new file mode 100644 index 000000000..6671918ec --- /dev/null +++ b/test/srg/srg0001/test.gf @@ -0,0 +1,4 @@ +cat S; +fun f : S; + +lin f = { s = variants {"a"; "b"} ++ variants {"c"; "d"} ++ variants {"e"; "f"} ++ variants { "g";"h";} } ; \ No newline at end of file