From 3d92897a944fef8f201b3ced837156b50c415106 Mon Sep 17 00:00:00 2001 From: krasimir Date: Mon, 20 Oct 2008 11:11:59 +0000 Subject: more test/srg to examples/test/srg --- examples/test/srg/variants-ebnf/variants-ebnf.gf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/test/srg/variants-ebnf/variants-ebnf.gf (limited to 'examples/test/srg/variants-ebnf') diff --git a/examples/test/srg/variants-ebnf/variants-ebnf.gf b/examples/test/srg/variants-ebnf/variants-ebnf.gf new file mode 100644 index 000000000..6671918ec --- /dev/null +++ b/examples/test/srg/variants-ebnf/variants-ebnf.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 -- cgit v1.2.3