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