mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 02:09:32 -06:00
more test/srg to examples/test/srg
This commit is contained in:
7
examples/test/srg/left-recursive/left-recursive.gf
Normal file
7
examples/test/srg/left-recursive/left-recursive.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
cat S;
|
||||
|
||||
fun f : S -> S ;
|
||||
g : S ;
|
||||
|
||||
lin f x = { s = x.s ++ "f" } ;
|
||||
g = { s = "s" } ;
|
||||
Reference in New Issue
Block a user