aboutsummaryrefslogtreecommitdiff
path: root/src/analyzer.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyzer.js')
-rw-r--r--src/analyzer.js4
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';