mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
gfcc README
This commit is contained in:
21
examples/gfcc/README
Normal file
21
examples/gfcc/README
Normal 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
|
||||
Reference in New Issue
Block a user