Added srg0004: a simple left-recursive grammar.

This commit is contained in:
bringert
2007-03-24 15:13:18 +00:00
parent 464e93de38
commit 7095f7aa19
+7
View File
@@ -0,0 +1,7 @@
cat S;
fun f : S -> S ;
g : S ;
lin f x = { s = x.s ++ "f" } ;
g = { s = "s" } ;