1
0
forked from GitHub/gf-rgl

language specific extensions started

This commit is contained in:
aarne
2006-06-03 21:23:22 +00:00
parent ee564c8d79
commit 1f227ed086
20 changed files with 90 additions and 66 deletions

View File

@@ -0,0 +1,9 @@
-- Structures special for Norwegian. These are not implemented in other
-- Scandinavian languages.
abstract ExtraNorAbs = ExtraScandAbs ** {
fun
PossNP : NP -> Pron -> NP ; -- bilen min
}