Swedish functor implementation of Base

This commit is contained in:
aarne
2007-10-21 10:45:51 +00:00
parent f668736f36
commit ca3535fd87
10 changed files with 54 additions and 27 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" ;