mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
Added TODO items
This commit is contained in:
parent
cf02ac9ec2
commit
671413b467
1 changed files with 4 additions and 5 deletions
|
@ -5,13 +5,12 @@ Cyclone is an experimental Scheme-to-C compiler that uses the [Cheney on the MTA
|
||||||
Building
|
Building
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
TODO: new instructions, link/instructions for bootstrapping, etc
|
||||||
|
|
||||||
Prerequisites:
|
Prerequisites:
|
||||||
|
|
||||||
- make
|
- make
|
||||||
- gcc
|
- gcc
|
||||||
- CHICKEN Scheme
|
|
||||||
|
|
||||||
CHICKEN is required to bootstrap the Scheme parts of Cyclone. A long-term goal is for the compiler to be self-hosting.
|
|
||||||
|
|
||||||
From the source directory, to build and run the compiler:
|
From the source directory, to build and run the compiler:
|
||||||
|
|
||||||
|
@ -25,11 +24,11 @@ To run the interpreter:
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
At the moment there is no support for a separate installation. Just run `cyclone` from the build directory.
|
TODO: integrate with previous section???
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
Run the `cyclone` command to compile a single Scheme file, and the `repl` command to start the interactive interpreter.
|
Run the `cyclone` command to compile a single Scheme file, and the `icyc` command to start the interactive interpreter.
|
||||||
|
|
||||||
List of [features](FEATURES.md).
|
List of [features](FEATURES.md).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue