/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

tyrrrz.me
| | entropicthoughts.com
2.9 parsecs away

Travel
| | [AI summary] The author demonstrates how parser combinators in Haskell outperform regular expressions for parsing structured data by offering better type safety, state management capabilities, and superior performance.
| | cronokirby.com
2.5 parsecs away

Travel
| | - Read more: https://cronokirby.com/posts/2020/12/haskell-in-haskell-3/
| | 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...
| | wimvanderbauwhede.codeberg.page
19.5 parsecs away

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