/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

www.baturin.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.
| | initialcommit.com
5.6 parsecs away

Travel
| | In this article, we'll discuss some of the reasons there are so many programming languages to choose from.
| | programmingmadecomplicated.wordpress.com
5.8 parsecs away

Travel
| | There are these things that, depending on your definition, many or all programming languages use: 'types'. There's also a rich mathematical study of types in Type Theory which, along with related disciplines, has many connections to logic and proof. Why? Often, they take the form of explicit 'annotations' to program artefacts, big and small. For...
| | explainextended.com
19.0 parsecs away

Travel
| An implementation of the Lisp-like language Mal in pure SQL