Danny Yoo
|
db6b46dade
|
tests adjusted to dodge what appears to be a bug in zo-parse regarding splicing begin at a non-module toplevel. This is something that we'll probably not hit in module contexts. Hopefully.
|
2011-07-22 12:01:09 -04:00 |
|
Danny Yoo
|
32dd7388c4
|
rewriting the splicing begins to lets to dodge the bug in the 5.1.2 parser
|
2011-07-22 11:57:29 -04:00 |
|
Danny Yoo
|
f6b11558b0
|
small fixes; trying to see if we can using 5.1.2
|
2011-07-22 11:28:24 -04:00 |
|
Danny Yoo
|
b5bc821ef9
|
toplevel refs remember if they need to be checked
|
2011-07-22 11:15:10 -04:00 |
|
Danny Yoo
|
e445c61ed2
|
toplevel refs remember if they need to be checked
|
2011-07-22 11:06:25 -04:00 |
|
Danny Yoo
|
f32f8e2f1d
|
setting up skeleton to handle 5.1.2 bytecode.
|
2011-07-22 10:41:47 -04:00 |
|
Danny Yoo
|
26cd925d37
|
unholy. Brainf*ck in Whalesong
|
2011-07-21 18:25:55 -04:00 |
|
Danny Yoo
|
041681c5d0
|
pacman
|
2011-07-21 16:54:15 -04:00 |
|
Danny Yoo
|
173d67f5d6
|
key handler is starting to work
|
2011-07-21 15:41:24 -04:00 |
|
Danny Yoo
|
bac5652706
|
on-key is doing something reasonable
|
2011-07-21 15:20:59 -04:00 |
|
Danny Yoo
|
b6682c2a5f
|
adjusting the documentation to include link to the runtime.
|
2011-07-21 14:04:57 -04:00 |
|
Danny Yoo
|
22d0522b8c
|
rain program running
|
2011-07-20 14:22:52 -04:00 |
|
Danny Yoo
|
94c24f0841
|
continuing to debug the image world program
|
2011-07-20 14:16:10 -04:00 |
|
Danny Yoo
|
12ab2a5738
|
continuing to debug falling rain world program
|
2011-07-20 14:08:41 -04:00 |
|
Danny Yoo
|
cfd65fc782
|
continuing to debug falling rain world program
|
2011-07-20 14:06:52 -04:00 |
|
Danny Yoo
|
615319f9ac
|
in the middle of getting the rain program running
|
2011-07-20 13:52:05 -04:00 |
|
Danny Yoo
|
259974ca87
|
images appear to be starting to display
|
2011-07-19 14:30:10 -04:00 |
|
Danny Yoo
|
9758b0dcb1
|
working on images
|
2011-07-19 14:27:44 -04:00 |
|
Danny Yoo
|
62bee7804c
|
still chasing canvas issues
|
2011-07-19 14:25:52 -04:00 |
|
Danny Yoo
|
90b836ef12
|
debugging to-draw
|
2011-07-19 14:07:26 -04:00 |
|
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 |
|