Commit Graph

1781 Commits

Author SHA1 Message Date
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
Danny Yoo
6720f25ec1 adding preliminary support for 5.3.3.7 bytecode parsing. 2013-03-01 13:26:49 -07:00
Danny Yoo
fa21d386c6 continuing to work at the repl. 2013-02-28 18:00:45 -07:00
Danny Yoo
4a4f1948b5 still working at it. 2013-02-28 17:53:27 -07:00
Danny Yoo
e4509b0886 Add discretionary comments. This is not general-purpose, but specific to the repl situation we need for Whalesong. 2013-02-28 16:41:19 -07:00
Danny Yoo
cb2aea9e5a Incorporated mflatt's magical suggestion for namespace construction; repl compilation should be fast now. 2013-02-28 16:35:32 -07:00
Danny Yoo
374703cb4e trying to get the repl-compile helping. 2013-02-27 17:13:19 -07:00
Danny Yoo
0a3b0cd023 first pass sorta working, but not true repl yet. 2013-02-26 18:15:36 -07:00
Danny Yoo
ce653948cc need to make quite a few changes to get repl to work. 2013-02-26 18:09:26 -07:00
Danny Yoo
a5fb4e26d0 continuing to get the communication between server and client working. 2013-02-26 15:41:35 -07:00
Danny Yoo
d1125f3af3 sketching. 2013-02-26 15:31:38 -07:00
Danny Yoo
2d99cea537 sketching out what the repl needs to do. 2013-02-26 15:22:33 -07:00
Danny Yoo
808087612d properly saving the module names for the js-implemented modules. 2013-02-25 19:50:42 -07:00
Danny Yoo
b12369a58e found the problem. 2013-02-25 19:39:54 -07:00
Danny Yoo
25de948d1d Still trying to trace where the trampoline went. 2013-02-25 19:00:30 -07:00
Danny Yoo
3030cf9f00 still in the middle of tracing down weirdness with the module loading. 2013-02-25 18:29:32 -07:00
Danny Yoo
2b51e06c76 Add additional instruction to invoke module linking. 2013-02-25 17:20:11 -07:00
Danny Yoo
d5c7298263 getting the initial main module in place. 2013-02-25 17:10:45 -07:00
Danny Yoo
b490042567 need to modify linkage to invoke the loader. 2013-02-22 17:01:26 -07:00
Danny Yoo
2a133d4ad0 turning debug printing back on. 2013-02-22 16:59:22 -07:00
Danny Yoo
de009f04d4 trying to find why dynamic module loading isn't working. 2013-02-22 16:46:05 -07:00