diff options
author | alon@honor <none@none> | 2010-10-06 20:02:30 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-06 20:02:30 -0700 |
commit | 99f96653a706fc61d4be31ce8b45cd6d74c06c6a (patch) | |
tree | 8a997d03444ba0ee55d6ec8e68dbeb799be68915 /src/compiler.js | |
parent | 0390eea0b6d157be7d7e2ae0e388e16a3db92581 (diff) |
Runtime system, and inlining of stackEnter/Exit
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.js b/src/compiler.js index 54e54b5c..ba36f215 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -17,6 +17,7 @@ load('parseTools.js'); load('intertyper.js'); load('analyzer.js'); load('jsifier.js'); +load('runtime.js'); //=============================== // Main |