mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
examples/test is moved to testsuite
This commit is contained in:
4
testsuite/srg/variants-ebnf/variants-ebnf.gf
Normal file
4
testsuite/srg/variants-ebnf/variants-ebnf.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