/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

deniskyashif.com
| | leafo.net
3.0 parsecs away

Travel
| | What is a PEG What is LPeg Installing LPeg Some simple grammars String equality Combining patterns Parsing numbers A calculator expression parser Closing What is a PEG A PEG, or Parsing Expression Grammar, is a way of describing a language (or patter...
| | m10k.eu
1.5 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.
| | jawher.me
1.2 parsecs away

Travel
| |
| | ntietz.com
14.6 parsecs away

Travel
| [AI summary] The author details the process of building a command-line argument parser from scratch in Rust without any external dependencies to improve compile times and reduce maintenance overhead, while also sharing Rust code snippets.