upscheme/scheme-core
Lassi Kortela d781c65862 Fix oversight in the bootstrap procedure
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.
2019-08-14 00:44:24 +03:00
..
aliases.scm Clean up whitespace 2019-08-09 17:25:13 +03:00
compiler.scm Replace tabs with spaces in Lisp printer 2019-08-09 17:25:13 +03:00
dump.scm Fix oversight in the bootstrap procedure 2019-08-14 00:44:24 +03:00
mkboot0.scm Fix oversight in the bootstrap procedure 2019-08-14 00:44:24 +03:00
mkboot1.scm Fix oversight in the bootstrap procedure 2019-08-14 00:44:24 +03:00
system.scm Store boot image inside main executable 2019-08-13 23:07:44 +03:00