The Interpreter of The Chill Programming Language on Scheme
This Project can be run on Chez Scheme.
Windows:
compile-boot.cmd
Linux:
bash ./compile-boot.sh
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