|
You are here |
rcoh.me | ||
| | | | |
www.abubalay.com
|
|
| | | | | [AI summary] The article explains the concepts of recursive descent and LR parsing while deriving practical parsing techniques like Pratt parsing from automaton theoretical foundations. | |
| | | | |
twomorecents.org
|
|
| | | | | [AI summary] This text is a detailed exploration of the development and implementation of a regular expression engine, drawing from the works of several key figures in the field. It covers various features and techniques, including capturing groups, backreferences, numeric ranges, and the use of threads to simulate backtracking. The author also discusses the inspiration from Russ Cox, Rob Pike, and Ken Thompson, and their contributions to the field of regular expressions and computing. | |
| | | | |
eli.thegreenplace.net
|
|
| | | | | [AI summary] A technical tutorial explaining the Top-Down Operator Precedence (Pratt) parsing algorithm for handling expression grammars. | |
| | | | |
ntietz.com
|
|
| | | [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. | ||