Commit Graph

728 Commits

Author SHA1 Message Date
Danny Yoo
0af05ce21a centralizing the content for adapting to the cps world 2011-07-18 14:28:14 -04:00
Danny Yoo
6b498d1e7a adding stop-when 2011-07-18 14:15:39 -04:00
Danny Yoo
66327c28ee reducing maximum cap 2011-07-18 13:38:45 -04:00
Danny Yoo
061ea53805 Changing the coersion example so it can show difference between computing the value and printing it out. 2011-07-18 10:53:23 -04:00
Danny Yoo
752bc5350e on-tick appears to be doing something useful 2011-07-18 10:28:39 -04:00
Danny Yoo
815a632be1 ripping out an optimization that's hurting the code readability 2011-07-18 10:15:00 -04:00
Danny Yoo
1ba498b4e3 continuing to try to make thing work. 2011-07-18 10:08:38 -04:00
Danny Yoo
b034624402 continuing to try to make simple world programs run. 2011-07-18 09:58:25 -04:00
Danny Yoo
a0b1c7e196 continuing to try to make simple world programs run. 2011-07-18 09:43:07 -04:00
Danny Yoo
3134de4d87 Renaming TestAndBranch to TestAndJump, since I want to have a dedicated branch statement that reuses JavaScript's native if 2011-07-16 17:59:15 -04:00
Danny Yoo
dc14753a73 trivial optimziation 2011-07-16 14:28:29 -04:00
Danny Yoo
df1ef5b693 union find fixing 2011-07-16 13:49:46 -04:00
Danny Yoo
5ff41c40f3 fixing deviation in test case 2011-07-14 18:55:57 -04:00
Danny Yoo
3b1b5d0a2e continuing to try to make sense of the old codebase. 2011-07-14 18:52:06 -04:00
Danny Yoo
337f53295b working on the handlers 2011-07-14 18:43:00 -04:00
Danny Yoo
03165a4191 installing on-tick 2011-07-14 18:26:56 -04:00
Danny Yoo
39cec2305b trying to figure out the smallest subset of world to use 2011-07-14 17:48:53 -04:00
Danny Yoo
7a6c26284a keeping the implementation from js-vm; we're going to adapt it to whalesong 2011-07-14 17:20:49 -04:00
Danny Yoo
5ca2e93565 somewhat unsatisfied; I still don't like some of the complexity of calling functions from js. 2011-07-14 17:12:17 -04:00
Danny Yoo
a88484ed71 trying to code internalCall for big-bang 2011-07-14 16:42:49 -04:00
Danny Yoo
1f52f08ec0 documentation should include the git head id 2011-07-14 16:16:40 -04:00
Danny Yoo
619abb1fca moving javascript-specific functions off to the js module 2011-07-14 15:33:04 -04:00
Danny Yoo
06aaf51cb8 switched over symbols to Symbol class 2011-07-14 15:12:19 -04:00
Danny Yoo
d29410b738 not quite done yet 2011-07-13 18:08:30 -04:00
Danny Yoo
ed5894b92c optimization pass 2011-07-13 17:52:50 -04:00
Danny Yoo
7878b2ae85 trying to save the private exports 2011-07-13 16:08:30 -04:00
Danny Yoo
89715e48b5 small fixes; image-library-example is now doing something more reasonable 2011-07-13 15:29:11 -04:00
Danny Yoo
1deed94e04 continuing to work on the image example 2011-07-13 15:13:02 -04:00
Danny Yoo
df685d037c correcting mistakes 2011-07-13 14:51:32 -04:00
Danny Yoo
2f4cfdb1ca correcting image issues 2011-07-13 14:50:14 -04:00
Danny Yoo
f4ace3d6e0 correcting typos 2011-07-13 14:47:24 -04:00
Danny Yoo
7c8e24133d continuing to absorb image implementation 2011-07-13 14:45:10 -04:00
Danny Yoo
a853b45d59 continuing to absorb image implementation 2011-07-13 13:19:29 -04:00
Danny Yoo
0df274d2aa in the middle of converting image library to whalesong 2011-07-13 12:55:12 -04:00
Danny Yoo
fb36d1e855 in the middle of converting image library to whalesong 2011-07-13 12:35:58 -04:00
Danny Yoo
70187d3b26 Merge commit 'origin/master' 2011-07-12 15:27:23 -04:00
Danny Yoo
cb42484e3b absorbing image library implementation from wescheme. up to underlay/align and going down the file. 2011-07-12 15:26:55 -04:00
Danny Yoo
6d70e2f5f0 functions to procedures; also working on image 2011-07-12 15:13:56 -04:00
Danny Yoo
10699d6dc9 adding rough documentation with example on using whalesong functions from javascript 2011-07-11 22:56:36 -04:00
Danny Yoo
c030b53333 adjusting the builder so that compression will work as an option 2011-07-11 22:40:16 -04:00
Danny Yoo
a01da31310 updating documentation with the example 2011-07-11 22:22:09 -04:00
Danny Yoo
e4c91b3917 making the example look nicer. 2011-07-11 22:03:23 -04:00
Danny Yoo
c13d181361 coersing example is working finally 2011-07-11 19:23:01 -04:00
Danny Yoo
b9e7ae57e6 chasing initialization bug 2011-07-11 18:48:33 -04:00
Danny Yoo
bf2213d2b4 coding up coerseToJs 2011-07-11 17:09:05 -04:00
Danny Yoo
f4c426f41a images look like they're working 2011-07-11 15:59:42 -04:00
Danny Yoo
ca7c8eb9a3 Chased issue where we lose the trampoline down to incorrect use of setTimeout. Yikes. 2011-07-11 15:48:58 -04:00
Danny Yoo
34c9d7954b debugging pause 2011-07-11 14:59:43 -04:00
Danny Yoo
fd9d5c624c absorbing the latest image library implementation 2011-07-11 13:53:51 -04:00
Danny Yoo
3e18676fea fixing small omissions to make the test suite run again 2011-07-10 20:51:32 -04:00