mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-12 16:40:11 -06:00
13 lines
213 B
Plaintext
13 lines
213 B
Plaintext
concrete TenseRus of Tense = TenseX - [PNeg,PPos] ** open (R = ParamX) in {
|
|
flags coding=utf8 ; optimize=all ;
|
|
lin
|
|
PNeg = {
|
|
s = "не" ;
|
|
p = R.Neg
|
|
} ;
|
|
PPos = {
|
|
s = [] ;
|
|
p = R.Pos
|
|
} ;
|
|
}
|