Explore >> Select a destination


You are here

perl6advent.wordpress.com
| | aradaelli.com
5.9 parsecs away

Travel
| | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status.
| | crockford.com
6.4 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.
| | wimvanderbauwhede.codeberg.page
4.0 parsecs away

Travel
| | This is a follow-on of my article on algebraic data types, with list-based parser combinators as a practical application.
| | marshalldoes.dev
19.3 parsecs away

Travel
| With the rise of WebAssembly and compatibility with virtually any device, games in web browsers are becoming more popular. But there's still some large challenges to supporting the platform you should know.