Eli Barzilay
0dd947ab15
#lang racket' ->
#lang racket/base' conversions in demodularizer.
...
original commit: 4c8d1f67b2
2012-11-07 08:03:45 -05:00
Matthew Flatt
4807353e8d
bytecode validator: check "constant" annotations on variable references
...
Bytecode changes in two small ways to help the validator:
* a cross-module variable reference preserves the compiler's
annotation on whether the reference is constant, fixed, or other
* lifted procedures now appear in the module body just before the
definitions that use them, instead of at the beginning of the
module body
original commit: e59066debe
2012-10-19 11:27:52 -06:00
Matthew Flatt
a0837b2453
first cut at submodules
...
original commit: 3d69dfab86
2012-03-09 10:34:56 -07:00
Matthew Flatt
278f090e83
generalized `begin-for-syntax'
...
original commit: d3c56c9f13
2011-09-08 14:06:00 -06:00
Eli Barzilay
f90858601d
A long overdue scan to eliminate files without terminating newlines.
...
(DrRacket should really do that.)
original commit: 40124a0619
2011-06-28 02:01:41 -04:00
Jay McCarthy
5f064063f5
Saving time by only reading zos once and saving space by limiting the extent of the hash tables
...
original commit: 255489e0af
2010-10-30 08:54:13 -06:00
Blake Johnson
8392dd8fa4
fixing logging and running code in zo-exs
...
original commit: 0688c18593
2010-10-29 19:50:11 -06:00
Blake Johnson
7aac10e938
offset calculation fix
...
original commit: d84b78daab
2010-10-29 19:50:11 -06:00
Blake Johnson
e0e144e210
changed eprintfs to log-debug
...
original commit: 3ddda200e8
2010-10-29 19:50:11 -06:00
Blake Johnson
1f2e1c6647
moved demodularizer from github to collects and added it to raco
...
original commit: 4676662e4b
2010-10-29 19:50:10 -06:00