Skip to content

ChillMagic/ICM-Scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICM on Scheme

The Interpreter of The Chill Programming Language on Scheme

ICM Project (using C++)

How to use

This Project can be run on Chez Scheme.

At first, run compile-boot:

Windows:

compile-boot.cmd

Linux:

bash ./compile-boot.sh

Then, select a mode to run:

REPL Mode :

cd source
scheme --boot ../loadrelative.boot --script repl.ss

File Mode :

cd source
scheme --boot ../loadrelative.boot --script run.ss

Create Library Document :

cd source
scheme --boot ../loadrelative.boot --script do-library-analysis.ss

Releases

No releases published

Packages

No packages published

Languages