diff options
author | Alon Zakai <azakai@mozilla.com> | 2010-12-25 20:51:46 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2010-12-25 20:51:46 -0800 |
commit | 025d25c187f2daf9bb507b72ab85db47904af977 (patch) | |
tree | 5cb052284513e54d767ebefbcd92090b73201df2 /src/analyzer.js | |
parent | 2f8f8a72fffffdd2b9f4114c0d7e7d8bc941c1d2 (diff) |
comments + clean up compiler.js
Diffstat (limited to 'src/analyzer.js')
-rw-r--r-- | src/analyzer.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/analyzer.js b/src/analyzer.js index 0cb89eda..50683ec7 100644 --- a/src/analyzer.js +++ b/src/analyzer.js @@ -1,4 +1,6 @@ -// Analyze intertype data +// Analyze intertype data. Calculates things that are necessary in order +// to do the final conversion into JavaScript later, for example, +// properties of variables, loop structures of functions, etc. VAR_NATIVE = 'native'; VAR_NATIVIZED = 'nativized'; |