1
0
forked from GitHub/gf-core

completing for release

This commit is contained in:
aarne
2004-11-08 09:22:37 +00:00
parent 2bd22e078a
commit 7dd63a449f
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