Commit Graph

1855 Commits

Author SHA1 Message Date
Danny Yoo
744356b3a3 knocked out the painful bug with call-with-continuation-prompt: I was incorrectly computing environment size when constructing the prompt frame. 2013-04-23 16:13:19 -06:00
Danny Yoo
3c0d491705 correcting the raising of the right exception value to racket 2013-04-23 14:57:13 -06:00
Danny Yoo
9c0fb9f39e correcting error with compiling operands when they are kernel-primitive. 2013-04-23 14:54:42 -06:00
Danny Yoo
01cd1f5867 adding torture test runner 2013-04-22 15:11:35 -06:00
Danny Yoo
f55723b332 refactoring the sandbox 2013-04-19 22:03:39 -06:00
Danny Yoo
2d7e16bf22 tracing down issues with the compiler; looks like off-by-one errors. 2013-04-18 18:41:07 -06:00
Danny Yoo
1b695bed46 adding continuation-prompt-available? so we can do context checks. 2013-04-18 16:23:01 -06:00
Danny Yoo
7159c40459 adding call/ec 2013-04-18 15:54:08 -06:00
Danny Yoo
d9df598fe1 correcting unbound identifier error for the prompt call 2013-04-18 12:43:28 -06:00
Danny Yoo
df8416ec00 testing 2013-04-18 12:33:02 -06:00
Danny Yoo
64ef1dbdfd changing output from procedure to function 2013-04-18 12:21:17 -06:00
Danny Yoo
602f27ef4e repl tests in place; checking deviations now. 2013-04-18 12:10:17 -06:00
Danny Yoo
53adccebfc in the middle of getting the repl tests in place. 2013-04-18 11:43:01 -06:00
Danny Yoo
c6b89c6a2e cleanup 2013-04-17 17:58:41 -06:00
Danny Yoo
ffc469de40 added implementation of call-with-continuation-prompt. 2013-04-17 17:52:53 -06:00
Danny Yoo
a2a8a8c1ba cleanup 2013-04-17 17:12:44 -06:00
Danny Yoo
afcca54ea7 removed logs 2013-04-17 17:07:53 -06:00
Danny Yoo
5880fd8301 fixed the weirdness with prompted aborts. Need to add test case. 2013-04-17 17:06:21 -06:00
Danny Yoo
d916cecdc9 correcting the return values continuation. 2013-04-17 16:57:45 -06:00
Danny Yoo
57ef1d4a7d Correcting the behavior of the default abort handler so it reestablishes the prompt frame, so that another abort doesn't escape. 2013-04-17 16:38:47 -06:00
Danny Yoo
8fd768e4ef correcting the return from prompt linkage in the repl compiled output. 2013-04-17 16:12:33 -06:00
Danny Yoo
6f03e04ee8 abort still not doing the right thing... 2013-04-16 18:48:22 -06:00
Danny Yoo
d482c78ac4 still chasing abort bug 2013-04-16 18:15:47 -06:00
Danny Yoo
c5ccbe32e5 evaluation still broken. 2013-04-16 17:45:57 -06:00
Danny Yoo
0428a021bd trying to get rid of the current success handler. 2013-04-16 17:32:42 -06:00
Danny Yoo
00908c8435 Chasing after issue with abandoning current computation. 2013-04-16 17:14:13 -06:00
Danny Yoo
30e62139d6 Fixing printing of continuation prompt tags. 2013-04-16 16:26:05 -06:00
Danny Yoo
bbe46ea79d forgot call to sync 2013-04-16 13:10:27 -06:00
Danny Yoo
e823df2019 adding limit-memory flag to the sandboxed server, preliminary README. 2013-04-12 13:49:03 -06:00
Danny Yoo
198b118599 oops 2013-04-08 19:03:30 -06:00
Danny Yoo
4d00c1bb5e trying to get the module output working. 2013-04-08 19:00:18 -06:00
Danny Yoo
45aeb7d12a clearing on reset 2013-04-05 15:18:05 -06:00
Danny Yoo
753e1d80f9 syntax errors caught. 2013-04-05 14:57:38 -06:00
Danny Yoo
90851d27c6 adding an infinite loop to try to restart the server internally. 2013-04-05 14:16:36 -06:00
Danny Yoo
54bc7c45ce got the sandbox to start working. 2013-04-05 14:13:55 -06:00
Danny Yoo
1dfa615d5f in the middle of sandboxing the compiler. 2013-04-05 14:10:15 -06:00
Danny Yoo
19a92c4b10 finishing up preliminary print dom work. 2013-04-04 18:00:09 -06:00
Danny Yoo
e60f96f97c adding css classes to most of the structured printing values. 2013-04-04 17:56:30 -06:00
Danny Yoo
15885bd6a2 fixing the printing of values 2013-04-04 17:34:18 -06:00
Danny Yoo
4860edf678 fixing the printing of values 2013-04-04 17:29:39 -06:00
Danny Yoo
efdfa015ad forcing post; certain web servers will not accept URIs that are too long. 2013-03-29 18:38:52 -06:00
Danny Yoo
17ebfb5a4b correcting a few name collisions 2013-03-29 18:01:33 -06:00
Danny Yoo
b2ac271d9c localizing use of the jQuery variable, avoid collision with $ 2013-03-29 17:38:48 -06:00
Danny Yoo
0f35faa159 lazy construction of xhr object. 2013-03-28 17:29:09 -06:00
Danny Yoo
99b2c59382 removing console.log 2013-03-28 17:19:37 -06:00
Danny Yoo
37551af8b1 refactoring to be closer to the evaluator js in WeScheme 2013-03-28 17:19:00 -06:00
Danny Yoo
a371c3ffcf correcting the repl to use the loadAndInvoke method. 2013-03-27 16:37:50 -06:00
Danny Yoo
8e0bf9d2b3 Adding method to simplify load-and-invoking of modules. 2013-03-27 16:15:13 -06:00
Danny Yoo
569058c2f2 fixing issues with main modules. 2013-03-27 16:05:06 -06:00
Danny Yoo
f2c2b540fd fixing lookup to external exports for the color db, just in case. 2013-03-27 15:39:12 -06:00