forked from GitHub/gf-core
resource examples in tutorial
This commit is contained in:
8
doc/tutorial/arithm/LexSwe.gf
Normal file
8
doc/tutorial/arithm/LexSwe.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
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" ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user