Whalesong: Racket to JavaScript compiler
Go to file
2011-04-05 16:42:47 -04:00
experiments/gauss getting the evaluator to do something. 2011-02-21 20:28:03 -05:00
tests/conform trying to make conform work. 2011-03-23 18:12:18 -04:00
assemble-helpers.rkt initial namespacing done 2011-04-02 17:53:43 -04:00
assemble-open-coded.rkt initial namespacing done 2011-04-02 17:53:43 -04:00
assemble.rkt trying to do paired labels 2011-04-05 16:42:47 -04:00
bootstrapped-primitives.rkt continuing to debug 2011-04-01 23:26:22 -04:00
browser-evaluate.rkt moved the type check stuff into the compiler 2011-03-29 21:49:11 -04:00
compile.rkt trying to do paired labels 2011-04-05 16:42:47 -04:00
experiment.rkt experiment 2011-04-01 13:42:57 -04:00
expression-structs.rkt about to work on prompts and splices 2011-04-01 13:15:41 -04:00
helpers.rkt traced bug with list intersection 2011-03-23 19:19:49 -04:00
il-structs.rkt trying to do paired labels 2011-04-05 16:42:47 -04:00
kernel-primitives.rkt trying to move the type analysis over to compile time rather than assemble time 2011-03-29 20:57:37 -04:00
lexical-env.rkt getting the compiler to recognize language primitives 2011-03-26 17:46:28 -04:00
lexical-structs.rkt getting the compiler to recognize language primitives 2011-03-26 17:46:28 -04:00
NOTES more cleanup 2011-04-02 18:36:08 -04:00
package.rkt fixed up test cases to use the new linkage structures. 2011-03-28 17:51:02 -04:00
parameters.rkt extending Lam to have a name. 2011-03-20 22:33:22 -04:00
parse.rkt about to work on prompts and splices 2011-04-01 13:15:41 -04:00
racket-expander.rkt changing conform to work with the prototype 2011-03-14 15:52:26 -04:00
relooper.rkt relooper start 2011-02-28 23:01:45 -05:00
runtime.compressed.js closure compile can shrink down the size of the runtime to something more managable. 2011-04-03 17:40:01 -04:00
runtime.js closure compile can shrink down the size of the runtime to something more managable. 2011-04-03 17:40:01 -04:00
sets.rkt relooper start 2011-02-28 23:01:45 -05:00
simulator-helpers.rkt introducing prompts 2011-04-01 18:08:29 -04:00
simulator-primitives.rkt continuing to debug 2011-04-01 23:26:22 -04:00
simulator-structs.rkt continuing to debug 2011-04-01 21:31:57 -04:00
simulator.rkt adding paired labels so I can do some limited dynamic jumps 2011-04-05 16:29:24 -04:00
test-all.rkt test cases are running again 2011-03-20 22:50:25 -04:00
test-assemble.rkt in the middle of namespacing the exports from the runtime 2011-04-02 17:40:08 -04:00
test-browser-evaluate.rkt closure compile can shrink down the size of the runtime to something more managable. 2011-04-03 17:40:01 -04:00
test-compiler.rkt traced the bug to an off-by-one, as usual... 2011-04-02 00:57:34 -04:00
test-conform-browser.rkt initial namespacing done 2011-04-02 17:53:43 -04:00
test-conform.rkt continuing to debug 2011-04-01 23:26:22 -04:00
test-package.rkt kludging the call/cc code in 2011-03-12 03:46:15 -05:00
test-parse.rkt weakening the optimization: it's not sound if there's mutation, and I don't currently analyze operands for mutation yet. 2011-04-01 13:37:07 -04:00
test-simulator.rkt fixing test case 2011-04-02 01:01:45 -04:00
typed-parse.rkt some name cleanup 2011-03-29 20:25:52 -04:00