gfcc README

This commit is contained in:
aarne
2010-03-02 19:30:16 +00:00
parent dbe5a210b7
commit bbf564730b

21
examples/gfcc/README Normal file
View File

@@ -0,0 +1,21 @@
gfcc = GF C Compiler
(c) Aarne Ranta 2004-2010 under LGPL
You need:
- gf
- jasmin assembler on your path as jasmin.jar; obtain from
http://sourceforge.net/projects/jasmin/files/
- ghc
- javac
- java
Example:
- make
- ./gfcc fibonacci.c
- java -cp . fibonacci
More information:
- make doc
- open complin.pdf