diff options
| author | aarne <unknown> | 2004-11-08 09:22:37 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-11-08 09:22:37 +0000 |
| commit | 7dd63a449f9683e56d310148cadd813599323a0b (patch) | |
| tree | 340bc2ebe4e9998269e06ac296ab3cbc02515e2c /examples/gfcc/compiler/README | |
| parent | 2bd22e078aa0205f60bb414d2e7f17d73db1eaea (diff) | |
completing for release
Diffstat (limited to 'examples/gfcc/compiler/README')
| -rw-r--r-- | examples/gfcc/compiler/README | 21 |
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) + |
