Commit Graph

150 Commits

Author SHA1 Message Date
Danny Yoo
8aefb25cb7 still fixing 2011-06-08 14:42:52 -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
710fae7eab fixing bug in printing errors 2011-06-08 14:05:02 -04:00
Danny Yoo
25a33e54ce experiment: viewport width and viewport height are accessible. 2011-06-08 13:23:43 -04:00
Danny Yoo
79a2dedd2d getting more of the real types in 2011-06-07 17:53:52 -04:00
Danny Yoo
9050882d4d trying to integrate with moby's vectors 2011-06-07 16:48:56 -04:00
Danny Yoo
cfdcd215be simple tests for the floating point number writing. 2011-06-07 15:06:21 -04:00
Danny Yoo
0aaf587341 integrating the toDomNode stuff in. 2011-06-07 14:57:11 -04:00
Danny Yoo
8c74cc1c38 appears to have resolved the testing issue with Chrome. Multiple instances of JQuery can screw things up tremendously. 2011-06-06 17:46:49 -04:00
Danny Yoo
7ddbd48ba4 adjusting the stack limit code to be nicer to firefox 3. Also added missing trampoline check in current-print. 2011-06-06 15:17:32 -04:00
Danny Yoo
c92f018aa8 compressing the output of the compiler with google-closure. Fixing the typechecks on numbers 2011-06-03 17:10:24 -04:00
Danny Yoo
84f643cb3d trying to use the closure compiler to reduce the size of the runtime 2011-06-03 16:45:43 -04:00
Danny Yoo
c3d89605ff moving toWrittenString, toDisplayedString, and toDomNode up to helpers 2011-06-03 11:32:06 -04:00
Danny Yoo
bea918820e numeric constants are now using jsnums 2011-06-02 17:00:12 -04:00
Danny Yoo
58294db03d integrating jsnums 2011-06-02 16:23:17 -04:00
Danny Yoo
0add763beb the runtime includes the libraries from Moby, although they do not use them yet. 2011-06-02 14:30:42 -04:00
Danny Yoo
35284eafbe fixing some tests 2011-06-01 14:18:15 -04:00
Danny Yoo
5445ae1afc Merge remote branch 'origin/master' 2011-06-01 13:09:32 -04:00
Danny Yoo
e6ebaa1d3d re-enabling some optimizations 2011-05-31 15:18:22 -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
ad04fd4425 Systematizing exception throwing so they all go through plt.runtime.raiseX 2011-05-30 17:20:05 -04:00
Danny Yoo
837fdf480d adjusting the generated code so it waits until the runtime is ready. 2011-05-30 12:17:03 -04:00
Danny Yoo
f3a28e26ef trying to add a hook into the maker to deal with js-implemented modules. 2011-05-27 17:15:03 -04:00
Danny Yoo
21a405fb6f commenting out a lot; will start enabling moby runtime in a moment. 2011-05-27 15:36:04 -04:00
Danny Yoo
71d8854084 cleaning up code 2011-05-27 15:23:00 -04:00
Danny Yoo
6028c19f80 runtime includes jquery now 2011-05-27 15:12:16 -04:00
Danny Yoo
4778b88b4b fixing bug with arity compiling 2011-05-27 12:09:23 -04:00
Danny Yoo
6663fa434a using modbeg.rkt 2011-05-27 11:16:48 -04:00
Danny Yoo
702337f6f9 trying to trace issue with arity matching 2011-05-27 11:08:33 -04:00
Danny Yoo
667318e895 Moved compiler-related stuff to compiler subdirectory 2011-05-26 19:46:49 -04:00
Danny Yoo
f56253f229 moving files around some more 2011-05-26 19:18:21 -04:00
Danny Yoo
24e39ede45 modulevariables 2011-05-25 22:11:34 -04:00
Danny Yoo
a92e6b95e4 fixing print-values 2011-05-25 18:07:55 -04:00
Danny Yoo
380890b13d fixing bug with print-values 2011-05-25 17:50:16 -04:00
Danny Yoo
608ffd2f34 whalesong command line builder starting to work 2011-05-25 15:01:03 -04:00
Danny Yoo
c9ddc357e0 Getting the prefix reference stuff working. 2011-05-25 13:20:48 -04:00
Danny Yoo
d9bb1dd631 trying to get the packager to build standalone xhtmls. 2011-05-24 16:12:16 -04:00
Danny Yoo
042f52f45c Renamed ModuleName to ModuleLocator, since that's more accurate of a name. 2011-05-24 11:07:21 -04:00
Danny Yoo
246549465e working on packaging some more 2011-05-23 17:23:53 -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
4e1284571e continuing to get the packager to work on regular files 2011-05-23 13:10:56 -04:00
Danny Yoo
3b61f88d27 in the middle of trying to compile racket/base and see how far I can get 2011-05-23 12:58:55 -04:00
Danny Yoo
a695eafa15 continuing to work on package 2011-05-23 12:30:36 -04:00
Danny Yoo
66cbe8eeb5 adding jquery into the runtime, since we almost certainly will need it. 2011-05-20 19:04:42 -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
6c50b88703 absorbing libraries from js-vm project 2011-05-14 02:10:14 -04:00
Danny Yoo
387048f381 moving runtime.js to the js-assembler subdirectory 2011-05-14 00:06:26 -04:00
Danny Yoo
9988201d06 modulerecords keep the path now. 2011-05-13 14:58:49 -04:00
Danny Yoo
75f37c661c moved simulator and js-assembler into separate subdirectories 2011-05-13 14:09:59 -04:00