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 1b8bc71b28
commit a68944ade0

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";} } ;