/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

noteflakes.com
| | patshaughnessy.net
5.6 parsecs away

Travel
| | [AI summary] The article explains how the Crystal compiler parses code by breaking it down into tokens and constructing an abstract syntax tree (AST), highlighting the recursive process and the challenges of reading code one token at a time.
| | temochka.com
4.2 parsecs away

Travel
| | Re-discovering the simple joy of parsing formal grammars.
| | thomascountz.com
2.6 parsecs away

Travel
| | [AI summary] The article discusses the development of a markdown-to-HTML compiler called markie, explaining the core steps of compiler architecture including lexical analysis, parsing, and target code emission, with examples using Ruby and real-world applications.
| | nora.codes
16.0 parsecs away

Travel
| [AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions.