diff options
| author | bjorn <bjorn@bringert.net> | 2008-08-14 07:58:04 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-08-14 07:58:04 +0000 |
| commit | 77270a010a0b453e9a84c3e62db7cfd22e49d55d (patch) | |
| tree | d17682a545d6ac1e68ff49b8c20964182794baf7 /grammars/basic/tut1.Fin.gf | |
| parent | 0bbb906141711767678f82b15a7b43e65e0b5bd6 (diff) | |
Remove the grammars directory. It was full of old grammars that don't compile these days. See the old source distributions if you want them.
Diffstat (limited to 'grammars/basic/tut1.Fin.gf')
| -rw-r--r-- | grammars/basic/tut1.Fin.gf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/grammars/basic/tut1.Fin.gf b/grammars/basic/tut1.Fin.gf deleted file mode 100644 index 1aa20ea3b..000000000 --- a/grammars/basic/tut1.Fin.gf +++ /dev/null @@ -1,26 +0,0 @@ -include tut1.Abs.gf ; - -lincat S = {s : Str} ; -lincat NP = {s : Str} ; -lincat A1 = {s : Str} ; -lincat CN = {s : Str} ; -lin PredA1 Q F = - {s = Q.s ++ "on" ++ F.s} ; -lin CondS A B = - {s = "jos" ++ A.s ++ "niin" ++ B.s} ; -lin DisjA1 F G = - {s = F.s ++ "tai" ++ G.s} ; -lin Every A = - {s = A.s ++ "kuin" ++ A.s} ; -lin ModA1 A F = - {s = F.s ++ A.s} ; -lin Number = - {s = "luku"} ; -lin Even = - {s = "parillinen"} ; -lin Odd = - {s = "pariton"} ; -lin Prime = - {s = "jaoton"} ; -lin Zero = - {s = "nolla"} ; |
