(Jpn) add GN, LN, SN + constructors

This commit is contained in:
Inari Listenmaa
2026-04-01 16:21:58 +02:00
parent 4c55592af4
commit 84e0e2c08f
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -83,6 +83,6 @@ flags coding = utf8 ;
-- counter : Str ; counterReplace : Bool ; counterTsu : Bool} ;
N2 = Noun ** {prep : Str; object : Style => Str} ;
N3 = Noun ** {prep1 : Str; prep2 : Str} ;
PN = PropNoun ; -- {s : Style => Str ; anim : Animateness} ;
PN,LN,GN,SN = PropNoun ; -- {s : Style => Str ; anim : Animateness} ;
}