summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-01-07 23:18:12 +0000
committerbringert <bringert@cs.chalmers.se>2007-01-07 23:18:12 +0000
commita68944ade07dab439311c02e25566a440c669d79 (patch)
treee2f88d2f56c01dc2c589c9d75dc5348622a864dd /test
parent1b8bc71b28997f7902d2809ce34254ac0168514f (diff)
Added test/ directory, and a test grammar for the SRG EBNF generation.
Diffstat (limited to 'test')
-rw-r--r--test/srg/srg0001/test.gf4
1 files changed, 4 insertions, 0 deletions
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