|
You are here |
tomasvotruba.com | ||
| | | | |
nick.zoic.org
|
|
| | | | | ||
| | | | |
typescript-eslint.io
|
|
| | | | | Describing what an AST (Abstract Syntax Tree) is and why it's useful for ESLint and TypeScript tooling. | |
| | | | |
ariya.io
|
|
| | | | | 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
|
|
| | | 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. | ||