refactored romance VP. Now it is possible to parse with Spanish and Catalan; for the rest, some Slash rules still pose a problem. Some clitic and agreement things unfinished. All this in next-lib only; resource 1.4 untouched

This commit is contained in:
aarne
2008-10-30 20:38:51 +00:00
parent 4558f2064d
commit bd71b12224
28 changed files with 276 additions and 241 deletions

View File

@@ -3,9 +3,9 @@ RUNMAKE=$(RUNGHC) Make.hs
GF_LIB_PATH=..
.PHONY: all present alltenses lang api math prelude test demo synopsis link compiled clean
.PHONY: all present alltenses lang api math prelude test demo synopsis link compiled constructX clean
all: link prelude present alltenses compat
all: link prelude constructX present alltenses compat
present:
$(RUNMAKE) present lang
@@ -28,6 +28,10 @@ prelude:
gfc prelude/*.gf
cp -p prelude/*.gfo ../prelude
constructX:
gfc common/ConstructX.gf
cp -p common/ConstructX.gfo ../prelude
test:
$(RUNMAKE) test