BronzeageAra compiles again, via minimal Syntax

This commit is contained in:
aarne
2009-03-28 20:22:07 +00:00
parent 63303892ca
commit 2ee7d4fe74
9 changed files with 99 additions and 31 deletions

View File

@@ -0,0 +1,8 @@
--# -path=.:minimal:present
concrete BronzeageAra of Bronzeage = SwadeshAra **
BronzeageI
with
(Syntax = SyntaxAra) ** open ResAra,ParamX in {
}

View File

@@ -1,5 +1,5 @@
--# -path=.:present:prelude
concrete SwadeshAra of Swadesh = CatAra ** SwadeshI with
(Lang = LangAra) ;
--# -path=.:present
concrete SwadeshAra of Swadesh = SwadeshI with
(Lexicon = LexiconAra),
(Syntax = SyntaxAra) ;