BronzeageDan

This commit is contained in:
aarne
2006-05-30 14:36:40 +00:00
parent 5dc1edf50f
commit 719e751051
4 changed files with 13 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
--# -path=.:present:prelude
concrete BronzeageDan of Bronzeage = CatDan, SwadeshDan ** BronzeageI with
(Lang = LangDan) ;

View File

@@ -1,7 +1,7 @@
incomplete concrete BronzeageI of Bronzeage = open Lang in {
flags
startcat = Phr ; optimize = all_subs ;
startcat = Phr ; optimize = share_subs ;
unlexer = text ; lexer = text ;
lincat

View File

@@ -0,0 +1,5 @@
--# -path=.:present:prelude
concrete SwadeshDan of Swadesh = CatDan ** SwadeshI with
(Lang = LangDan) ;