summaryrefslogtreecommitdiff
path: root/next-lib/src/romance/AdverbRomance.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-09-22 11:49:15 +0000
committeraarne <aarne@cs.chalmers.se>2008-09-22 11:49:15 +0000
commit98665df78b8018af30051cb4a9a31f845e0ba19d (patch)
tree67ba30b09e2b9590a00a4b193bf7611caa935af8 /next-lib/src/romance/AdverbRomance.gf
parent4862018f140a1bdcc7961d445ed9aa92facd742f (diff)
moved lib/next-resource to next-lib/src, to enable linking with next-lib as value of GF_LIB_PATH
Diffstat (limited to 'next-lib/src/romance/AdverbRomance.gf')
-rw-r--r--next-lib/src/romance/AdverbRomance.gf26
1 files changed, 26 insertions, 0 deletions
diff --git a/next-lib/src/romance/AdverbRomance.gf b/next-lib/src/romance/AdverbRomance.gf
new file mode 100644
index 000000000..4fe30e707
--- /dev/null
+++ b/next-lib/src/romance/AdverbRomance.gf
@@ -0,0 +1,26 @@
+incomplete concrete AdverbRomance of Adverb =
+ CatRomance ** open CommonRomance, ResRomance, Prelude in {
+
+ lin
+ PositAdvAdj a = {
+ s = a.s ! Posit ! AA
+ } ;
+ ComparAdvAdj cadv a np = {
+ s = cadv.s ++ a.s ! Posit ! AA ++ conjThan ++ np.s ! Ton Nom
+ } ;
+ ComparAdvAdjS cadv a s = {
+ s = cadv.s ++ a.s ! Posit ! AA ++ conjThan ++ s.s ! Conjunct --- ne
+ } ;
+
+ PrepNP prep np = {s = prep.s ++ np.s ! case2npform prep.c} ;
+
+ AdAdv = cc2 ;
+
+ SubjS subj s = {
+ s = subj.s ++ s.s ! subj.m
+ } ;
+---b AdvSC s = s ;
+
+ AdnCAdv cadv = {s = cadv.s ++ conjThan} ;
+
+}