From 42ec83836cc03584c18182e1c002d6d63c746b47 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 27 Sep 2004 07:58:18 +0000 Subject: [PATCH] make runtime --- examples/gfcc/compiler/FILES | 2 ++ examples/gfcc/compiler/makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/examples/gfcc/compiler/FILES b/examples/gfcc/compiler/FILES index 332b37372..b33a27a1c 100644 --- a/examples/gfcc/compiler/FILES +++ b/examples/gfcc/compiler/FILES @@ -21,6 +21,8 @@ Generated files: --------------- Imper.gfcm -- canonical multilingual GF grammar for C and JVM ImperC.cf -- LBNF grammar for C generated from Imper.gfcm +TestImperC -- executable parser generated from ImperC.cf +runtime.class -- runtime binary generated from runtime.j gft.tmp -- parse result generated by the compiler front end jvm.tmp -- pseudo-JVM produced by GF linearization diff --git a/examples/gfcc/compiler/makefile b/examples/gfcc/compiler/makefile index 754f77f51..802d024cc 100644 --- a/examples/gfcc/compiler/makefile +++ b/examples/gfcc/compiler/makefile @@ -10,3 +10,4 @@ compiler: bnfc -m -prof ImperC.cf make -f Makefile rm *.tmp + jasmin runtime.j