forked from GitHub/gf-core
directories of precompiled libraries under lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--# -path=.:resource-1.0/present:prelude:compiled
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete BronzeageEng of Bronzeage = CatEng, SwadeshEng ** BronzeageI with
|
||||
(Lang = LangEng),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:resource-1.0/present:prelude
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete BronzeageFin of Bronzeage = CatFin, SwadeshFin ** BronzeageI with
|
||||
(Lang = LangFin),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:resource-1.0/present:prelude:compiled
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete BronzeageFre of Bronzeage = CatFre, SwadeshFre ** BronzeageI with
|
||||
(Lang = LangFre),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:resource-1.0/present:prelude:compiled
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete BronzeageGer of Bronzeage = CatGer, SwadeshGer ** BronzeageI with
|
||||
(Lang = LangGer),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:resource-1.0/present:prelude:compiled
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete BronzeageIta of Bronzeage = CatIta, SwadeshIta ** BronzeageI with
|
||||
(Lang = LangIta),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:resource-1.0/present:prelude:compiled
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete BronzeageNor of Bronzeage = CatNor, SwadeshNor ** BronzeageI with
|
||||
(Lang = LangNor),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:resource-1.0/present:prelude:compiled
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete BronzeageSpa of Bronzeage = CatSpa, SwadeshSpa ** BronzeageI with
|
||||
(Lang = LangSpa),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:resource-1.0/present:prelude:compiled
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete BronzeageSwe of Bronzeage = CatSwe, SwadeshSwe ** BronzeageI with
|
||||
(Lang = LangSwe),
|
||||
|
||||
@@ -14,7 +14,7 @@ To build the run-time grammar:
|
||||
Before this, you have to have compiled the libraries:
|
||||
|
||||
cd <whatever you need>GF/lib/resource-1.0
|
||||
make langs
|
||||
make present
|
||||
make install
|
||||
|
||||
To work with the grammar
|
||||
@@ -25,6 +25,10 @@ Once in GF, you can do translation,
|
||||
|
||||
p -mcfg -lang=BronzeageEng "Don't eat that thick snake!" | tb
|
||||
|
||||
spoken-language translation (requires ATK),
|
||||
|
||||
si -lang=BronzeageEng -tr | p -mcfg -lang=BronzeageEng | tb
|
||||
|
||||
random generation,
|
||||
|
||||
gr | tb
|
||||
|
||||
@@ -240,4 +240,4 @@ abstract Swadesh = Cat ** {
|
||||
wash_V : V2 ;
|
||||
wipe_V : V2 ;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -242,4 +242,4 @@ concrete SwadeshEng of Swadesh = CatEng
|
||||
wash_V = dirV2 (regV "wash") ;
|
||||
wipe_V = dirV2 (regV "wipe") ;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user