Explore >> Select a destination


You are here

crockford.com
| | brianmckenna.org
11.2 parsecs away

Travel
| |
| | javascript.crockford.com
6.6 parsecs away

Travel
| |
| | journal.stuffwithstuff.com
12.3 parsecs away

Travel
| |
| | ariya.io
85.1 parsecs away

Travel
| A common approach to analyze JavaScript source statically is to parse the source into an abstract syntax tree (AST) and then to traverse the AST. An alternative approach that might work in a few cases is to inspect each syntax node as it is constructed.