completing for release

This commit is contained in:
aarne
2004-11-08 09:22:37 +00:00
parent 259e32d6e1
commit c27827a1da
8 changed files with 1453 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
GF=gf
SRC=../
all: compiler
all: parser gfcm
compiler:
echo "pm | wf Imper.gfcm ;; pg -lang=ImperC -printer=plbnf | wf ImperC.tmp" | $(GF) $(SRC)ImperC.gf $(SRC)ImperJVM.gf
@@ -11,3 +11,9 @@ compiler:
make -f Makefile
rm *.tmp
jasmin runtime.j
parser:
ghc --make TestImperC.hs -o TestImperC
gfcm:
echo "pm | wf Imper.gfcm" | $(GF) $(SRC)ImperC.gf $(SRC)ImperJVM.gf