Added test/ directory, and a test grammar for the SRG EBNF generation.

This commit is contained in:
bringert
2007-01-07 23:18:12 +00:00
parent 1f3cb2546a
commit ac3d790e14

4
test/srg/srg0001/test.gf Normal file
View File

@@ -0,0 +1,4 @@
cat S;
fun f : S;
lin f = { s = variants {"a"; "b"} ++ variants {"c"; "d"} ++ variants {"e"; "f"} ++ variants { "g";"h";} } ;