1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/russian/SymbolRus.gf
T

20 lines
278 B
Plaintext

--# -path=.:../abstract:../common
concrete SymbolRus of Symbol = CatRus ** open Prelude, ResRus in {
{- TODO! -}
-- lin
-- SymbPN i = {s = i.s ; g = Neut } ;
lincat
Symb, [Symb] = SS ;
lin
MkSymb s = s ;
-- BaseSymb = infixSS "and" ;
ConsSymb = infixSS "," ;
}