Explore >> Select a destination


You are here

www.baturin.org
| | 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...
| | slightknack.dev
2.6 parsecs away

Travel
| | A cozy little corner of the web.
| | 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.
| | blog.startifact.com
22.5 parsecs away

Travel
| I think, for me, becoming enamored by a programming language requires a sense of empowerment by that language.