started Make.hs in resource-1.4; api files for all langs

This commit is contained in:
aarne
2008-06-13 08:58:00 +00:00
parent 561fe9a6f8
commit 0113a9cadc
33 changed files with 162 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
--# -path=.:alltenses:prelude
resource TryBul = SyntaxBul, LexiconBul, ParadigmsBul - [mkAdv] **
open (P = ParadigmsBul), in {
oper
mkAdv = overload SyntaxBul {
mkAdv : Str -> Adv = P.mkAdv ;
} ;
}