1
0
forked from GitHub/gf-core

Swedish functor implementation of Base

This commit is contained in:
aarne
2007-10-21 10:45:51 +00:00
parent 087fddc174
commit 3b878f85d8
9 changed files with 53 additions and 26 deletions

View File

@@ -13,14 +13,12 @@ lin
ModCN = cc2 ;
ConjS c = infixSS c.s ;
ConjAP c = infixSS c.s ;
ConjNP c = infixSS c.s ;
UsePN a = a ;
Every = prefixSS "every" ;
Some = prefixSS "some" ;
None = prefixSS "no" ;
And = ss "and" ;
Or = ss "or" ;
@@ -49,6 +47,7 @@ lin
No = ss "no" ;
Value np = np ;
None = ss "none" ;
Many list = list ;
BasePN = infixSS "and" ;