summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/bronzeage/BronzeageAra.gf8
-rw-r--r--examples/bronzeage/SwadeshAra.gf8
2 files changed, 12 insertions, 4 deletions
diff --git a/examples/bronzeage/BronzeageAra.gf b/examples/bronzeage/BronzeageAra.gf
new file mode 100644
index 000000000..4fa5c795d
--- /dev/null
+++ b/examples/bronzeage/BronzeageAra.gf
@@ -0,0 +1,8 @@
+--# -path=.:minimal:present
+
+concrete BronzeageAra of Bronzeage = SwadeshAra **
+ BronzeageI
+ with
+ (Syntax = SyntaxAra) ** open ResAra,ParamX in {
+}
+
diff --git a/examples/bronzeage/SwadeshAra.gf b/examples/bronzeage/SwadeshAra.gf
index cfe54d1b2..666e41b35 100644
--- a/examples/bronzeage/SwadeshAra.gf
+++ b/examples/bronzeage/SwadeshAra.gf
@@ -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) ;