Explore >> Select a destination


You are here

rickardlindberg.me
| | www.paulgraham.com
6.4 parsecs away

Travel
| | [AI summary] This article explains John McCarthy's foundational work on Lisp, discussing its origins, the 'Lisp model' of programming built on list processing, and its influence on modern language design.
| | tree-sitter.github.io
4.4 parsecs away

Travel
| |
| | mrcat.au
2.2 parsecs away

Travel
| | [AI summary] The author plans to participate in the Advent of Code 2023 programming challenge, sharing their solutions and code in various languages while emphasizing the learning and fun aspects over leaderboard competition.
| | crockford.com
24.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.