mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 18:28:55 -06:00
lisp-like GFCC syntax; doesn't quite work yet in gf3
This commit is contained in:
@@ -207,6 +207,13 @@ gf3present:
|
|||||||
# mv api/toplevel/Over*.gfc api/Try*.gf? ../present
|
# mv api/toplevel/Over*.gfc api/Try*.gf? ../present
|
||||||
|
|
||||||
|
|
||||||
|
gf3langs:
|
||||||
|
mv ../present/LangSpa.gfo tmpLangSpa.gfo
|
||||||
|
$(GFNew) -path=present:prelude -target=langs --make ../present/Lang???.gfo $(RTSS)
|
||||||
|
mv langs.gfcc ../present
|
||||||
|
mv tmpLangSpa.gfo ../present/LangSpa.gfo
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -f */*.gfc */*.gfr */*.gf~ ../*/*.gfc ../*/*.gfr ../*/*.gf~ ../*/langs.gfcm ../compiled.tgz
|
-rm -f */*.gfc */*.gfr */*.gf~ ../*/*.gfc ../*/*.gfr ../*/*.gf~ ../*/langs.gfcm ../compiled.tgz
|
||||||
|
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ param PronGen = PGen Gender | PNoGen ;
|
|||||||
oper
|
oper
|
||||||
pgen2gen : PronGen -> Gender = \p -> case p of {
|
pgen2gen : PronGen -> Gender = \p -> case p of {
|
||||||
PGen g => g ;
|
PGen g => g ;
|
||||||
PNoGen => variants {Masc ; Fem} --- the best we can do for ya, tu
|
PNoGen => Masc ---- variants {Masc ; Fem} --- the best we can do for ya, tu
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user