0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
README added. More... over 14 years ago
Added some info to the REPL HTML page. More... over 14 years ago
Comment fixes. More... over 14 years ago
Makefile. More... over 14 years ago
Output to jscreme.js instead of tests.js. More... over 14 years ago
Small HTML improvements. More... over 14 years ago
Make eq? treat null and undefined as equal. More... over 14 years ago
Real REPL for the browser. More... over 14 years ago
Add stuff to toplevel in JS, too. More... over 14 years ago
Return null for defines and defmacros. More... over 14 years ago
Remove debug output. More... over 14 years ago
Put object expressions in parentheses. More... over 14 years ago
Toplevel parsing separated from compiling. More... over 14 years ago
Scheme-style rest arguments. More... over 14 years ago
Modularization to make compilation easier. More... over 14 years ago
Toplevel compilation abstraced out. More... over 14 years ago
Beginning to abstract out the REPL - make macroexpand toplevel. More... over 14 years ago
Implemented set!. More... over 14 years ago
Small fix in an error message. More... over 14 years ago
Don't use names directly, generate distinct names for them via gensym. More... over 14 years ago
Reader works in Guile. More... over 14 years ago
More primitives. More... over 14 years ago
Compiler compiles itself. More... over 14 years ago
More primitives. More... over 14 years ago
Handle booleans in display-to-string. More... over 14 years ago
char?, boolean?. More... over 14 years ago
case, string. More... over 14 years ago
quote-string escapes quotes. More... over 14 years ago
string-length, string-ref More... over 14 years ago
Properly compile chars. More... over 14 years ago