/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
| | 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
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.
| | 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.
| | www.lavamunky.com
10.6 parsecs away

Travel
| Compilers is a very difficult subject and this isn't a dirt basics course. Before reading this you should probably learn about grammars and ...