whalesong/compiler
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
..
analyzer-structs.rkt fixing compile-time error on using kernel primitives: turned into runtime errors as appropriate 2011-08-19 18:24:18 -04:00
arity-structs.rkt jslinting before going forward 2011-08-23 13:21:55 -04:00
bootstrapped-primitives.rkt 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
compiler-helper.rkt 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
compiler-structs.rkt Moved compiler-related stuff to compiler subdirectory 2011-05-26 19:46:49 -04:00
compiler.rkt adding expectations for what happens for module-scoping test. 2012-02-26 22:59:37 -05:00
expression-structs.rkt function labels are short by default now. 2011-09-14 22:03:24 -04:00
il-structs.rkt adding expectations for what happens for module-scoping test. 2012-02-26 22:59:37 -05:00
kernel-primitives.rkt special-casing vector-ref and vector-set 2012-02-21 14:43:21 -05:00
lexical-env.rkt Moved compiler-related stuff to compiler subdirectory 2011-05-26 19:46:49 -04:00
lexical-structs.rkt Moved compiler-related stuff to compiler subdirectory 2011-05-26 19:46:49 -04:00
optimize-il.rkt adding expectations for what happens for module-scoping test. 2012-02-26 22:59:37 -05:00