mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 20:36:29 -06:00
autogenerate parts of the syntax
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
concrete SentenceMkd of Sentence = CatMkd ** open Prelude,ResMkd in {
|
||||
flags
|
||||
coding = "UTF-8" ;
|
||||
lin PredVP np vp = {present = \\a => np.s ++ vp.present ! a ! np.n ! np.p ;
|
||||
aorist = np.s ++ vp.aorist ! np.n ! np.p ;
|
||||
participle = {aorist = \\a => np.s ++ vp.participle.aorist ! a !
|
||||
case np.n of {
|
||||
Sg => GSg np.g;
|
||||
Pl => GPl
|
||||
};
|
||||
perfect = \\a => np.s ++ vp.participle.perfect ! a}} ;
|
||||
}
|
||||
Reference in New Issue
Block a user