Danny Yoo
63cfe79d76
changed TestAndJump to emit else statements
2011-08-05 15:32:18 -04:00
Danny Yoo
31d4be5b3f
about to translate branches into real if statements
2011-08-05 15:20:14 -04:00
Danny Yoo
2d62faf794
trying to hold onto the list of entry points so we can more intelligently emit the blocks
2011-08-05 15:02:32 -04:00
Danny Yoo
6a13b4401e
Merge branch 'racketcon'
...
Conflicts:
js-assembler/runtime-src/baselib-functions.js
racketcon/Makefile
racketcon/talk.rkt
2011-08-03 16:11:56 -04:00
Danny Yoo
010ddf6288
renaming arity to racketArity
2011-08-03 16:09:09 -04:00
Danny Yoo
ba2544653b
fixing up application
2011-07-28 17:28:14 -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
6f3c22963e
need to trace why the browser tests are suddenly failing
2011-06-08 14:37:04 -04:00
Danny Yoo
5a04541fe3
Working on making it easy to run whalesong from the shell.
...
whalesong.rkt now provides two additional commands:
get-runtime: prints the runtime into standard output
get-javascript: compiles the given program and writes to standard output
2011-05-30 17:20:31 -04:00
Danny Yoo
667318e895
Moved compiler-related stuff to compiler subdirectory
2011-05-26 19:46:49 -04:00
Danny Yoo
801b636765
test cases print their file name just to help me trace when the tests fail
2011-05-23 14:54:38 -04:00
Danny Yoo
a695eafa15
continuing to work on package
2011-05-23 12:30:36 -04:00
Danny Yoo
125eed5924
trying to figure out what pieces are left before we can make standalone packages
2011-05-20 16:37:26 -04:00
Danny Yoo
185b9f197c
adding comments to the intermediate language to help me trace what's going on in the simulator
2011-05-17 16:24:17 -04:00
Danny Yoo
75f37c661c
moved simulator and js-assembler into separate subdirectories
2011-05-13 14:09:59 -04:00