mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
concrete LexSwe of Lex = CatSwe ** open ParadigmsSwe in {
|
|
lin
|
|
zero_PN = regPN "noll" neutrum ;
|
|
successor_N2 =
|
|
mkN2 (mk2N "efterföljare" "efterföljare") (mkPreposition "till") ;
|
|
even_A = regA "jämn" ;
|
|
|
|
}
|