mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
BronzeageAra compiles again, via minimal Syntax
This commit is contained in:
8
examples/bronzeage/BronzeageAra.gf
Normal file
8
examples/bronzeage/BronzeageAra.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
--# -path=.:minimal:present
|
||||
|
||||
concrete BronzeageAra of Bronzeage = SwadeshAra **
|
||||
BronzeageI
|
||||
with
|
||||
(Syntax = SyntaxAra) ** open ResAra,ParamX in {
|
||||
}
|
||||
|
||||
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user