summaryrefslogtreecommitdiff
path: root/examples/gfcc/compiler/README
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/README
parent2bd22e078aa0205f60bb414d2e7f17d73db1eaea (diff)
completing for release
Diffstat (limited to 'examples/gfcc/compiler/README')
-rw-r--r--examples/gfcc/compiler/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/gfcc/compiler/README b/examples/gfcc/compiler/README
new file mode 100644
index 000000000..862317d8c
--- /dev/null
+++ b/examples/gfcc/compiler/README
@@ -0,0 +1,21 @@
+C compiler written in GF.
+
+Usage:
+
+ ./gfcc Foo.c
+
+produces the Jasmin file Foo.j
+
+Compile the compiler:
+
+ make
+
+If you change the file ImperC.gf, you have to have BNFC 2.2, Happy,
+and Alex, and use
+
+ make compiler
+
+See FILES to find out what files and tools you need.
+
+(AR 23/9/2004 -- 8/11)
+