mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
22 lines
316 B
Plaintext
22 lines
316 B
Plaintext
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
|