Commit Graph

1801 Commits

Author SHA1 Message Date
Danny Yoo
4aee8aabab whitespace, comments 2013-03-18 12:24:35 -06:00
Danny Yoo
6a393c1fdb using the name for the source. 2013-03-18 12:09:10 -06:00
Danny Yoo
4b84eda6f4 Correcting issues with break and reset. 2013-03-18 11:56:24 -06:00
Danny Yoo
8900771b4a repl uses the rpc now. 2013-03-18 10:52:22 -06:00
Danny Yoo
293e21f4bd Adding support code for RPC. 2013-03-18 10:28:01 -06:00
Danny Yoo
646ab10d82 Turning on CORS support. 2013-03-18 10:05:20 -06:00
Danny Yoo
0e379fe831 Hacked up a shutdown to call the failure continuation. 2013-03-15 15:50:14 -06:00
Danny Yoo
c39e5e7b0d ripping out dead code, trying to fix raw-jsworld so it uses fail continuations consistently. 2013-03-15 15:37:13 -06:00
Danny Yoo
9271b7df90 Corrects the soundness bug issue 97: we need to do the singular context
code at assignment positions.
2013-03-08 18:40:35 -07:00
Danny Yoo
af894366d3 reset appears to be doing something. 2013-03-08 17:38:17 -07:00
Danny Yoo
453b047920 in the middle of making reset work. 2013-03-08 17:27:32 -07:00
Danny Yoo
7a21f1f9b4 breaking appears to be doing a little better now. 2013-03-08 16:49:27 -07:00
Danny Yoo
b76644ee46 forcing a trampoline whenever IO to the browser occurs; otherwise the browser can become unresponsive when printing a tight loop. 2013-03-08 16:36:04 -07:00
Danny Yoo
d03f86477f trying to trace down why we're not breaking 2013-03-08 16:24:14 -07:00
Danny Yoo
34ecaa9b68 Adding dictionary library. 2013-03-07 15:41:21 -07:00
Danny Yoo
c287b81286 more indirect eval stuff 2013-03-07 13:24:50 -07:00
Danny Yoo
20a77d7937 more fixing of hasOwnProperty 2013-03-07 12:35:41 -07:00
Danny Yoo
d4c9c5efdb fixing hasOwnProperty lookups 2013-03-07 12:30:41 -07:00
Danny Yoo
2ff7f10c03 added more use stricts 2013-03-06 16:58:05 -07:00
Danny Yoo
73a6967942 putting use strict in generated code to keep me honest. 2013-03-06 16:50:03 -07:00
Danny Yoo
07b393f693 turned off debug print 2013-03-06 16:28:08 -07:00
Danny Yoo
b01447626c assigning the external names 2013-03-06 16:26:06 -07:00
Danny Yoo
6a35aae56e fixing namespacing issues 2013-03-06 16:09:30 -07:00
Danny Yoo
d8fd834442 right in the middle of fixing namespace bugs. 2013-03-06 15:55:08 -07:00
Danny Yoo
ee86bce394 turning off debugging error messages on the server 2013-03-05 22:30:10 -07:00
Danny Yoo
a590802b36 use indirect eval 2013-03-05 22:27:39 -07:00
Danny Yoo
f020fafd7c whoa. recursive macro is bad. 2013-03-05 17:33:16 -07:00
Danny Yoo
76115cc019 minimal error handling just so failure isn't quiet. 2013-03-05 17:03:28 -07:00
Danny Yoo
3da2292247 basic error handling. 2013-03-05 16:54:05 -07:00
Danny Yoo
48b1ca271d Mocking up the image library so the repl can be run under textual environments. 2013-03-05 16:38:29 -07:00
Danny Yoo
511c3a0c20 parameterizing the port 2013-03-05 16:00:12 -07:00
Danny Yoo
04f0aec996 Correcting issue 95. Set! on global variables will check that the variable is defined
before proceeding.
2013-03-05 15:51:08 -07:00
Danny Yoo
60dda32c2e tracing down issue with multiple values at the repl. 2013-03-05 15:14:41 -07:00
Danny Yoo
01ac897975 Scheduling break 2013-03-04 16:39:43 -07:00
Danny Yoo
bb1a24f972 ui skeleton to interrupt evaluation. 2013-03-04 14:44:15 -07:00
Danny Yoo
d5d76c0796 adding break png image. 2013-03-04 14:38:28 -07:00
Danny Yoo
aea7c8dbd0 got the namespacing stuff to work. can redefine in the repl things that have been defined in the namespace. 2013-03-04 14:21:18 -07:00
Danny Yoo
e302015fc3 need to correct namespaces. 2013-03-04 13:17:55 -07:00
Danny Yoo
57034cf5a5 making the repl use the wescheme language 2013-03-04 13:00:22 -07:00
Danny Yoo
f55c15e0d7 adding a wescheme language for the repl, which automatically imports the image library. 2013-03-04 12:51:35 -07:00
Danny Yoo
5e0cc5f6ec oops, forgot to use var here. 2013-03-03 16:24:50 -07:00
Danny Yoo
a1f4873ff8 hurrah, toplevels assignment to globals appears to be working. 2013-03-03 16:20:05 -07:00
Danny Yoo
7026c7aa24 Right in the middle of getting global references to work, some more 2013-03-03 16:12:27 -07:00
Danny Yoo
35d154345b Right in the middle of getting global references to work. 2013-03-03 15:28:02 -07:00
Danny Yoo
cd5e6ee180 trying to make globalbuckets work. 2013-03-03 15:15:05 -07:00
Danny Yoo
920f7cf85f correcting pre-emption. 2013-03-01 17:01:04 -07:00
Danny Yoo
6642cdcff7 correcting a soundness bug: I need to explicitly mark the lambdas so we can properly annotate the functions. 2013-03-01 16:42:21 -07:00
Danny Yoo
9e66a61c3c fixing the lambda issue 2013-03-01 16:18:28 -07:00
Danny Yoo
bc883c54f3 repl sorta working better now, but I'm seeing an issue at assembly time. 2013-03-01 15:50:17 -07:00
Danny Yoo
24024e773d repl is starting to work. 2013-03-01 13:58:01 -07:00