summaryrefslogtreecommitdiff
path: root/examples/gfcc/compiler/FILES
diff options
context:
space:
mode:
authoraarne <unknown>2004-11-08 09:22:37 +0000
committeraarne <unknown>2004-11-08 09:22:37 +0000
commit7dd63a449f9683e56d310148cadd813599323a0b (patch)
tree340bc2ebe4e9998269e06ac296ab3cbc02515e2c /examples/gfcc/compiler/FILES
parent2bd22e078aa0205f60bb414d2e7f17d73db1eaea (diff)
completing for release
Diffstat (limited to 'examples/gfcc/compiler/FILES')
-rw-r--r--examples/gfcc/compiler/FILES5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/gfcc/compiler/FILES b/examples/gfcc/compiler/FILES
index a52e74c9e..8b1d89a90 100644
--- a/examples/gfcc/compiler/FILES
+++ b/examples/gfcc/compiler/FILES
@@ -25,6 +25,11 @@ 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
+TestImperC -- external parser generated by BNFC
+TestImperC.hs -- the external parser Main module
+ParImperC.hs -- the external parser parser module
+LexImperC.hs -- the external parser lexer module
+
Required programs to use the compiler:
-------------------------------------