Commit Graph

27 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
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
7751813bde still trying to catch bug involving call/cc and the environment. I think I've forgotten to capture only the portion of the environment up to prompt. 2011-04-02 00:29:16 -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
3959a0a95c cleaning up 2011-03-29 22:06:43 -04:00
Danny Yoo
a3d5ec0b86 moved the type check stuff into the compiler 2011-03-29 21:49:11 -04:00
Danny Yoo
2cb966f01f fixing some of the open coding; about to add a few more. 2011-03-28 22:13:40 -04:00
Danny Yoo
2c99b067e5 fixing assembly 2011-03-21 23:42:55 -04:00
Danny Yoo
cbd1d8cb58 trying to lexically scope MACHINE for modularity and performance 2011-03-18 20:26:23 -04:00
dyoo
54ee4e8da4 moving the bootstrapping primitives code (like call/cc) into bootstrapped-primitives.rkt. About to implement map as well. 2011-03-15 13:52:41 -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
e5ca5364b6 correcting bug with my implementation of lexical scope 2011-03-14 18:06:14 -04:00
Danny Yoo
cc61b1daf1 trying to get the conform benchmark running 2011-03-14 16:05:59 -04:00
Danny Yoo
a78b51e624 fixing the closure capturing for the web 2011-03-13 21:56:47 -04:00
Danny Yoo
fd497d06e0 reporting time 2011-03-13 17:21:26 -04:00
Danny Yoo
8cd2085f86 ctak is running as well 2011-03-13 16:57:48 -04:00
Danny Yoo
5aeeb62037 another small test 2011-03-12 03:58:32 -05:00
Danny Yoo
bce594282d got the program stuff to start working 2011-03-12 03:55:02 -05:00
Danny Yoo
dfbb278e4b adding test 2011-03-10 15:11:08 -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
5ab3ae1a89 generalized the browser-evaluate code so I should be able to tie it to different evaluators for comparison. 2011-02-25 16:10:47 -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