smaller exx

This commit is contained in:
aarne
2005-04-20 19:55:00 +00:00
parent eabbc979df
commit 3155a82696
6 changed files with 39 additions and 46 deletions

View File

@@ -11,13 +11,10 @@ lin
Def cn = {s = "the" ++ cn.s} ;
Indef cn = {s = "a" ++ cn.s} ;
ModA a cn = {s = a.s ++ cn.s} ;
Bird = {s = "bird"} ;
Boy = {s = "boy"} ;
Louse = {s = "louse"} ;
Man = {s = "man"} ;
Snake = {s = "snake"} ;
Worm = {s = "worm"} ;
Big = {s = "big"} ;
Green = {s = "green"} ;
Rotten = {s = "rotten"} ;
Thick = {s = "thick"} ;