/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

tomasvotruba.com
| | nick.zoic.org
2.8 parsecs away

Travel
| |
| | typescript-eslint.io
3.2 parsecs away

Travel
| | Describing what an AST (Abstract Syntax Tree) is and why it's useful for ESLint and TypeScript tooling.
| | ariya.io
5.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.
| | deniskyashif.com
26.2 parsecs away

Travel
| In this article, we'll define a basic regular expression language using a context-free grammar and learn how to parse its strings in linear time using the recursive descent method.