From 1fd01130157b81d1b8f4e334f93efa25acf0ecc3 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 7 Nov 2006 16:38:37 +0000 Subject: real parser for Alvey grammar: new version of BigLexEng --- examples/big/MAP/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/big/MAP/Makefile (limited to 'examples/big/MAP/Makefile') diff --git a/examples/big/MAP/Makefile b/examples/big/MAP/Makefile new file mode 100644 index 000000000..8586995a3 --- /dev/null +++ b/examples/big/MAP/Makefile @@ -0,0 +1,20 @@ +all: + make big + make gf + mv Big*.gf .. +gf: + ./mkBig + +big: + ghc --make MkBig -o mkBig +parser: + happy -gca ParLisp.y + alex -g LexLisp.x + latex DocLisp.tex; dvips DocLisp.dvi -o DocLisp.ps + ghc --make TestLisp.hs -o TestLisp +clean: + -rm -f *.log *.aux *.hi *.o *.dvi + -rm -f DocLisp.ps +distclean: clean + -rm -f DocLisp.* LexLisp.* ParLisp.* LayoutLisp.* SkelLisp.* PrintLisp.* TestLisp.* AbsLisp.* TestLisp ErrM.* SharedString.* Lisp.dtd XMLLisp.* Makefile* + -- cgit v1.2.3