diff options
author | alon@honor <none@none> | 2010-09-20 18:59:15 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-20 18:59:15 -0700 |
commit | fea809cb090c648f58f11561f7f25ce813d9944f (patch) | |
tree | 355bc25d3bab157799caf339f6917683aca9ac41 /emscripten.py | |
parent | 9e66429fa4154058798be6cc554408697cc6bfc8 (diff) |
refactor into files
--HG--
rename : src/parser.js => src/compiler.js
Diffstat (limited to 'emscripten.py')
-rwxr-xr-x | emscripten.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emscripten.py b/emscripten.py index 1d14b81e..edd4371a 100755 --- a/emscripten.py +++ b/emscripten.py @@ -2,7 +2,7 @@ import os, sys, subprocess -COMPILER = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'src', 'parser.js') +COMPILER = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'src', 'compiler.js') CONFIG_FILE = os.path.expanduser('~/.emscripten') JS_ENGINE = None |