Explore >> Select a destination


You are here

www.wingolog.org
| | crockford.com
2.3 parsecs away

Travel
| | [AI summary] The provided text is a comprehensive implementation of a parser for a custom programming language, using a Pratt parser (also known as a Top-down operator precedence parser) approach. It includes definitions for various language constructs like constants, statements, functions, and object/array literals, along with error handling and symbol table management. The code is structured around token processing and rule-based parsing for expressions, statements, and blocks.
| | ponyfoo.com
4.7 parsecs away

Travel
| | [AI summary] A comprehensive guide to ES6 (ECMAScript 2015) features presented in 350 bullet points, covering syntax, tooling, and new data structures.
| | javascript.crockford.com
3.1 parsecs away

Travel
| | [AI summary] The provided text outlines the implementation of a parser and interpreter for a custom programming language, using a Pratt parsing approach. It details the structure of tokens, the handling of expressions, statements, and control flow, as well as the implementation of functions, objects, and arrays. The text also discusses potential extensions and enhancements to the language.
| | simonroses.com
17.4 parsecs away

Travel
| [AI summary] A retrospective on the evolution of software development from manual coding to AI-generated code and the associated changes in security vulnerabilities and management.