Commit Graph

1871 Commits

Author SHA1 Message Date
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
Danny Yoo
3cb43f0eeb More renaming 2013-03-27 15:36:56 -06:00
Danny Yoo
577562944a renaming getNamespace to getExports; will have separate getNamespace function that works more like Racket's 2013-03-27 15:22:24 -06:00
Danny Yoo
6a9dce8d57 Preliminary work at making Simply Scheme definitions work with the repl. 2013-03-18 14:35:03 -06:00
Danny Yoo
55173029c3 Trying to see if we can get simply-scheme as a language level as well. 2013-03-18 13:53:46 -06:00
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