mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Added test/ directory, and a test grammar for the SRG EBNF generation.
This commit is contained in:
4
test/srg/srg0001/test.gf
Normal file
4
test/srg/srg0001/test.gf
Normal 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";} } ;
|
||||
Reference in New Issue
Block a user