From 671413b4674483a260e0ca06feb8e58b3a8a9b83 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 21 Jul 2015 22:44:37 -0400 Subject: [PATCH] Added TODO items --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0e39795..816a980f 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,12 @@ Cyclone is an experimental Scheme-to-C compiler that uses the [Cheney on the MTA Building ------------ +TODO: new instructions, link/instructions for bootstrapping, etc + Prerequisites: - make - 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: @@ -25,11 +24,11 @@ To run the interpreter: 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 ------------- -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).