Danny Yoo
3ed2d19eab
adding expectations for what happens for module-scoping test.
...
fixing up the namespace stuff so it goes through getters and setters
trying to add the necessary to the il, but running into typed racket issues
corrected compilation of toplevelref so it works more correctly on module
variables.
2012-02-26 22:59:37 -05:00
Danny Yoo
872d72ed2b
Changing the structure of installclosurevalues to count how many it needs. That way, we can generate static code for pushing, rather than use .apply
2012-02-17 14:41:45 -05:00
Danny Yoo
b5bff99169
adding fast and slow paths for adding and subtracting
2012-02-17 14:09:22 -05:00
Danny Yoo
c8faf78ffb
renaming il to try matching dissertation
2012-02-17 12:46:20 -05:00
Danny Yoo
38a0a8544b
in the middle of re-enabling primitive application. I need to now statically determine whether an application is primitive or not.
2011-11-02 13:22:51 -04:00
Danny Yoo
3d53fe7699
continuing to grab at low-hanging fruit.
2011-09-14 22:14:29 -04:00
Danny Yoo
0de37fae86
continuing to shrink code down. Eliminating the use of simulator in test suite; I don't think we'll need the simulator any more.
2011-09-09 14:19:56 -04:00
Danny Yoo
64e66eaf28
continuing to clean up the emitted code.
2011-09-06 16:29:20 -04:00
Danny Yoo
468722ee28
continuing to do some constant folding
2011-09-06 15:54:44 -04:00
Danny Yoo
c69f8fa742
trying to work on statements
2011-09-04 20:10:37 -04:00
Danny Yoo
e5d69fbfc1
reducing the amount of consing to append instruction sequences together
2011-09-03 18:44:30 -04:00
Danny Yoo
ce48679f73
doing the typechecking on consts up front, to avoid the weirdness in dealing with Any later on.
2011-08-30 01:42:18 -04:00
Danny Yoo
f1ed02095c
fixing compile-time error on using kernel primitives: turned into runtime errors as appropriate
2011-08-19 18:24:18 -04:00
Danny Yoo
3add8633e3
modifying data structures a little: I want to distinguish straight-line statements from branches.
...
modifying data structures a little: I want to distinguish straight-line statements from branches.
2011-07-27 17:35:01 -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
710fae7eab
fixing bug in printing errors
2011-06-08 14:05:02 -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
667318e895
Moved compiler-related stuff to compiler subdirectory
2011-05-26 19:46:49 -04:00