experiments/gauss
|
getting the evaluator to do something.
|
2011-02-21 20:28:03 -05:00 |
assemble.rkt
|
Trying to clear up procedure application
|
2011-03-02 16:42:33 -05:00 |
browser-evaluate.rkt
|
adjusting the output so I can grab the val register from the machine.
|
2011-02-25 16:21:20 -05:00 |
compile.rkt
|
Trying to simplify env references.
|
2011-03-07 17:10:11 -05:00 |
expression-structs.rkt
|
compile time environments can have placeholders for space
|
2011-03-01 16:22:21 -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
|
splitting up the structures into separate modules; trying to reduce complexity
|
2011-03-01 14:51:59 -05:00 |
helpers.rkt
|
Still getting the lexical addressing of lambda correct.
|
2011-03-01 12:43:16 -05:00 |
il-structs.rkt
|
getting lookup-primitive to return primitive values
|
2011-03-07 16:34:51 -05:00 |
lexical-env.rkt
|
variable renaming
|
2011-03-02 17:37:14 -05:00 |
lexical-structs.rkt
|
variable renaming
|
2011-03-02 17:37:14 -05:00 |
package.rkt
|
did comet-style server push
|
2011-02-21 22:37:03 -05:00 |
parse.rkt
|
compile time environments can have placeholders for space
|
2011-03-01 16:22:21 -05:00 |
relooper.rkt
|
relooper start
|
2011-02-28 23:01:45 -05:00 |
runtime.js
|
compile time environments can have placeholders for space
|
2011-03-01 16:22:21 -05:00 |
sets.rkt
|
relooper start
|
2011-02-28 23:01:45 -05:00 |
simulator-prims.rkt
|
changed the allowed set of primitives so we typecheck a bit better. Added chekc-toplevel-bound
|
2011-03-07 15:44:47 -05:00 |
simulator-structs.rkt
|
getting lookup-primitive to return primitive values
|
2011-03-07 16:34:51 -05:00 |
simulator.rkt
|
capturing some variables.
|
2011-03-07 17:05:57 -05:00 |
test-browser-evaluate.rkt
|
fib
|
2011-02-28 12:48:19 -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
|
testing closure capture
|
2011-03-07 17:25:01 -05:00 |
typed-parse.rkt
|
compile time environments can have placeholders for space
|
2011-03-01 16:22:21 -05:00 |