Explore >> Select a destination


You are here

nabeelvalley.co.za
| | lucassifoni.info
13.8 parsecs away

Travel
| | First part of my journey reimplementing Ovo2 in Elixir - from TypeScript to the BEAM, exploring language design for pure data transformations
| | gilmi.me
10.2 parsecs away

Travel
| | ?m.me - Compiling Lisp to JavaScript from scratch in 350 LOC
| | fsharpforfunandprofit.com
11.8 parsecs away

Travel
| | Building a parser combinator library from scratch
| | ariya.io
96.0 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.