whalesong/js-assembler
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
..
runtime-src adding jquery into the runtime, since we almost certainly will need it. 2011-05-20 19:04:42 -04:00
assemble-expression.rkt Moved compiler-related stuff to compiler subdirectory 2011-05-26 19:46:49 -04:00
assemble-helpers.rkt adjusting the generated code so it waits until the runtime is ready. 2011-05-30 12:17:03 -04:00
assemble-open-coded.rkt Systematizing exception throwing so they all go through plt.runtime.raiseX 2011-05-30 17:20:05 -04:00
assemble-perform-statement.rkt Working on making it easy to run whalesong from the shell. 2011-05-30 17:20:31 -04:00
assemble-structs.rkt Moved compiler-related stuff to compiler subdirectory 2011-05-26 19:46:49 -04:00
assemble.rkt Working on making it easy to run whalesong from the shell. 2011-05-30 17:20:31 -04:00
collect-jump-targets.rkt Moved compiler-related stuff to compiler subdirectory 2011-05-26 19:46:49 -04:00
get-runtime.rkt runtime includes jquery now 2011-05-27 15:12:16 -04:00
mini-runtime.js Working on making it easy to run whalesong from the shell. 2011-05-30 17:20:31 -04:00
package.rkt Working on making it easy to run whalesong from the shell. 2011-05-30 17:20:31 -04:00
quote-cdata.rkt runtime includes jquery now 2011-05-27 15:12:16 -04:00