Files
gf-core/examples/gfcc/compiler
2004-12-20 07:57:05 +00:00
..
2004-09-26 15:44:08 +00:00
2004-12-20 07:57:05 +00:00
2004-09-25 08:51:33 +00:00
2004-09-25 08:51:33 +00:00
2004-11-08 09:22:37 +00:00
2004-09-28 19:44:02 +00:00
2004-09-26 15:44:08 +00:00
2004-11-08 09:22:37 +00:00
2004-09-28 19:44:02 +00:00
2004-12-20 07:57:05 +00:00
2004-11-08 13:25:00 +00:00
2004-12-20 07:57:05 +00:00
2004-11-08 09:22:37 +00:00
2004-11-08 09:22:37 +00:00
2004-09-25 08:24:11 +00:00
2004-11-09 18:12:51 +00:00
2004-11-08 09:22:37 +00:00
2004-09-26 15:44:08 +00:00

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)