Commit Graph

43 Commits

Author SHA1 Message Date
Danny Yoo
02779f3537 closure compile can shrink down the size of the runtime to something more managable. 2011-04-03 17:40:01 -04:00
Danny Yoo
6e920dd7ca more cleanup 2011-04-02 18:36:08 -04:00
Danny Yoo
13484d7cca initial namespacing done 2011-04-02 17:53:43 -04:00
Danny Yoo
7b8eb2b04f in the middle of namespacing the exports from the runtime 2011-04-02 17:40:08 -04:00
Danny Yoo
cfdbbfaeaa traced the bug to an off-by-one, as usual... 2011-04-02 00:57:34 -04:00
Danny Yoo
c0d18edca8 still chasing after browser bug; the simulator is working ok, so I assume I messed up somewhere in assembly 2011-04-02 00:14:54 -04:00
Danny Yoo
073688b1a9 about to try adding those typechecks. 2011-03-29 18:23:33 -04:00
Danny Yoo
a3f323a687 adding type checks 2011-03-29 18:18:21 -04:00
Danny Yoo
df958aa6ec fixing typos 2011-03-29 17:12:47 -04:00
Danny Yoo
69f2cf0d3a adding type checks 2011-03-29 03:53:25 -04:00
Danny Yoo
eb0eee57bd fixing some primitives 2011-03-28 22:36:58 -04:00
Danny Yoo
d758585c85 removing unnecessary label 2011-03-25 23:05:50 -04:00
Danny Yoo
e5ff0e227c the exception handler consumes both the exception and the machine. 2011-03-24 18:46:34 -04:00
Danny Yoo
7c7491329c simplifying trampoline parameters: it only takes the machine and the entry point. 2011-03-24 18:41:08 -04:00
Danny Yoo
cbd1d8cb58 trying to lexically scope MACHINE for modularity and performance 2011-03-18 20:26:23 -04:00
dyoo
fc723832c8 temporarily broke package 2011-03-15 15:18:26 -04:00
dyoo
1c7bac3393 added defn for equal that works better 2011-03-15 10:12:13 -04:00
dyoo
299f825c72 added the PID controller so we yield to the browser every once in a while. 2011-03-15 09:55:19 -04:00
dyoo
825e9bbea1 tracing to see if we're making progress 2011-03-15 09:01:57 -04:00
dyoo
432d850370 trying to add enough to the web implementation to run conform. Hitting an error that I didn't see in the simulator; investigating 2011-03-15 08:17:11 -04:00
Danny Yoo
77f90ba95c keeping track of closure names 2011-03-14 18:53:05 -04:00
Danny Yoo
cc61b1daf1 trying to get the conform benchmark running 2011-03-14 16:05:59 -04:00
Danny Yoo
8cd2085f86 ctak is running as well 2011-03-13 16:57:48 -04:00
Danny Yoo
dfe91d23e6 kludging the call/cc code in 2011-03-12 03:46:15 -05:00
Danny Yoo
b9dfd90851 trying to get call/cc 2011-03-11 18:26:34 -05:00
Danny Yoo
dfbb278e4b adding test 2011-03-10 15:11:08 -05:00
Danny Yoo
55d84eec95 fixing bug in the assembler; it didn't see the target from PushControlFrame 2011-03-10 15:02:42 -05:00
Danny Yoo
49a53c0864 adjusting control frames to hold the procedure in hand, just in case 2011-03-10 14:31:31 -05:00
Danny Yoo
488137a6af fixing primitive application 2011-03-09 16:35:26 -05:00
Danny Yoo
f4b6dd8805 assembled closures 2011-03-09 15:30:29 -05:00
Danny Yoo
228bd73958 skeletonizign assemble.rkt 2011-03-09 12:30:12 -05:00
Danny Yoo
bff387a6f9 compile time environments can have placeholders for space 2011-03-01 16:22:21 -05:00
Danny Yoo
d32fe6d0c6 fib 2011-02-28 12:48:19 -05:00
Danny Yoo
93317af241 adding a few more primitives 2011-02-28 12:40:09 -05:00
Danny Yoo
3b15c46dec code cleanup 2011-02-21 21:43:42 -05:00
Danny Yoo
95a3168659 added exception catching 2011-02-21 21:24:05 -05:00
Danny Yoo
2050207334 quick-and-dirty way to test expressions at the browser and get back results 2011-02-21 20:50:56 -05:00
Danny Yoo
d192d1cacb still fixing issues 2011-02-21 17:43:58 -05:00
Danny Yoo
a9586c97d5 trying to get toplevel addressing to work. 2011-02-21 17:11:44 -05:00
Danny Yoo
226f962195 fixing some name issues from earlier 2011-02-09 18:33:36 -05:00
Danny Yoo
671ce83b14 a little work on the runtime. 2011-02-09 00:47:29 -05:00
Danny Yoo
61a245e4b4 all the operations should be open-coded to reduce procedure calls. 2011-02-08 17:04:51 -05:00
Danny Yoo
6e9805a983 exercise 5.41 on lexical addressing. 2011-02-08 14:57:54 -05:00