Lassi Kortela
d781c65862
Stage 0 is supposed to emit compiled versions of system.scm and compiler.scm. The compiler.scm bytecode wasn't emitted properly because the emitter put the two files' bytecode in two separate C variables instead of concatenating them into the same variable as they should be. |
||
---|---|---|
c | ||
scheme-boot | ||
scheme-core | ||
scheme-examples | ||
scheme-lib | ||
scheme-tests | ||
scripts | ||
.clang-format | ||
.editorconfig | ||
.gitignore | ||
.mailmap | ||
LICENSE | ||
README.adoc |
README.adoc
= Up Scheme Small scripting Scheme emphasizing portability and stability. Based on the excellent https://github.com/JeffBezanson/femtolisp/[FemtoLisp] interpreter by Jeff Bezanson. More info soon.