/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

jawher.me
| | deniskyashif.com
1.2 parsecs away

Travel
| | In this article, we'll define a basic regular expression language using a context-free grammar and learn how to parse its strings in linear time using the recursive descent method.
| | temochka.com
2.7 parsecs away

Travel
| | Re-discovering the simple joy of parsing formal grammars.
| | m10k.eu
2.3 parsecs away

Travel
| | [AI summary] The author explains how to implement a recursive descent parser in Bash to define and process domain-specific language rules for selecting RPM packages.
| | www.diegofreijo.com
18.5 parsecs away

Travel
| I made a Rust implementation of the Lox programming language introduced by the Crafting Interpreters book.