Explore >> Select a destination


You are here

blog.japaric.io
| | mcyoung.xyz
12.9 parsecs away

Travel
| |
| | mcyoung.xyz
9.0 parsecs away

Travel
| |
| | kuterdinel.com
12.2 parsecs away

Travel
| | I demonstrate how you can write a simple JIT (Just In Time) compiler for x86 in about 1000 lines of C code.
| | ariya.io
82.3 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.