simple visitor API and code to figure out scope and references
authorMihai Bazon <mihai@bazon.net>
Sun, 19 Aug 2012 12:57:50 +0000 (15:57 +0300)
committerMihai Bazon <mihai@bazon.net>
Sun, 19 Aug 2012 12:57:50 +0000 (15:57 +0300)
commit6c35135ace95bb90c33cadeb8c16a43415eef454
treee0458c73d79bf7bbb360b8ada938d794d683331f
parent4488758d485b0b624d4858f764bdf08b10365d3b
simple visitor API and code to figure out scope and references
lib/ast.js
lib/output.js
lib/parse.js
lib/scope.js [new file with mode: 0644]
lib/utils.js
tmp/test-node.js