diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-05-15 08:04:34 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-05-15 08:04:34 -0700 |
commit | 3afb3d53d70c6d9a3e84e488cfa986b8cd7b2733 (patch) | |
tree | afbc41358a13cfe329ddeae93f6ab4f6f7c57ef2 /src/compiler.js | |
parent | f66293c6affe4e4c4ddb5ec40dff802dee989094 (diff) |
indexize necessary library functions
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 699b0393..46d6b5cf 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -74,6 +74,7 @@ var inter = intertyper(lines); for (suffix in set('', '_sdl', '_gl', '_browser')) { eval(processMacros(preprocess(read('library' + suffix + '.js'), CONSTANTS))); } +LibraryManager.init(); JSify(analyzer(inter)); |