diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-21 10:46:35 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-23 14:33:24 -0700 |
commit | 29865c4de6fa61206c7a29599b8ed9f66f78662d (patch) | |
tree | c15c229c00938058e20f8df50bfa7def3057f9d6 /src/compiler.js | |
parent | b636bdaf7390b880fc64f0602ba4dd782af50108 (diff) |
remove framework entirely
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js index f2b0dcbd..a7013945 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -121,6 +121,8 @@ if (typeof print === 'undefined') { // *** Environment setup code *** +DEBUG_MEMORY = false; + // Basic utilities load('utility.js'); @@ -206,7 +208,6 @@ if (VERBOSE) printErr('VERBOSE is on, this generates a lot of output and can slo // Load compiler code -load('framework.js'); load('modules.js'); load('parseTools.js'); load('intertyper.js'); |