forked from GitHub/gf-core
examples/test is moved to testsuite
This commit is contained in:
7
testsuite/srg/left-recursive/left-recursive.gf
Normal file
7
testsuite/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