experiments/gauss
|
getting the evaluator to do something.
|
2011-02-21 20:28:03 -05:00 |
assemble.rkt
|
minor changes
|
2011-03-10 17:22:54 -05:00 |
browser-evaluate.rkt
|
minor changes
|
2011-03-10 17:22:54 -05:00 |
compile.rkt
|
let* is doing something
|
2011-03-11 14:59:00 -05:00 |
expression-structs.rkt
|
debugging let*
|
2011-03-11 14:32:47 -05:00 |
find-boxed-bindings.rkt
|
trying to identify bindings that need boxing for set-bang
|
2011-02-22 03:21:18 -05:00 |
find-toplevel-variables.rkt
|
debugging let*
|
2011-03-11 14:32:47 -05:00 |
helpers.rkt
|
Still getting the lexical addressing of lambda correct.
|
2011-03-01 12:43:16 -05:00 |
il-structs.rkt
|
parsing let
|
2011-03-11 14:00:21 -05:00 |
lexical-env.rkt
|
fixing typing of find-variable
|
2011-03-11 14:02:06 -05:00 |
lexical-structs.rkt
|
fixed bug with lexical scoping.
|
2011-03-08 17:27:43 -05:00 |
package.rkt
|
tracing bug in environment handling
|
2011-03-10 14:49:50 -05:00 |
parse.rkt
|
debugging let
|
2011-03-11 14:45:37 -05:00 |
relooper.rkt
|
relooper start
|
2011-02-28 23:01:45 -05:00 |
runtime.js
|
adding test
|
2011-03-10 15:11:08 -05:00 |
sets.rkt
|
relooper start
|
2011-02-28 23:01:45 -05:00 |
simulator-prims.rkt
|
tracing bug in environment handling
|
2011-03-10 14:49:50 -05:00 |
simulator-structs.rkt
|
adjusting control frames to hold the procedure in hand, just in case
|
2011-03-10 14:31:31 -05:00 |
simulator.rkt
|
tracing bug in environment handling
|
2011-03-10 14:49:50 -05:00 |
test-all.rkt
|
re-enabled test-rowser-evaluate and test-package in the test suite.
|
2011-03-10 16:35:53 -05:00 |
test-assemble.rkt
|
removed lookuptopleveladdress as an primitive operator
|
2011-03-10 13:50:44 -05:00 |
test-browser-evaluate.rkt
|
adding test
|
2011-03-10 15:11:08 -05:00 |
test-compiler.rkt
|
let* appears to be doing the right thing with regards to tail behavior
|
2011-03-11 15:10:50 -05:00 |
test-find-toplevel-variables.rkt
|
added test case module
|
2011-02-21 15:50:48 -05:00 |
test-package.rkt
|
quick-and-dirty way to test expressions at the browser and get back results
|
2011-02-21 20:50:56 -05:00 |
test-simulator.rkt
|
adjusting control frames to hold the procedure in hand, just in case
|
2011-03-10 14:31:31 -05:00 |
typed-parse.rkt
|
compile time environments can have placeholders for space
|
2011-03-01 16:22:21 -05:00 |