|
You are here |
ahmedhosssam.github.io | ||
| | | | |
swtch.com
|
|
| | | | | [AI summary] This article compiles resources and implementations for creating efficient regular expression search algorithms using finite automata and DFA/NFA methods. | |
| | | | |
nnethercote.github.io
|
|
| | | | | Like most compilers, rustc (the Rust compiler) has a lexer that breaks source code into tokens, which are small units such as identifiers, literals, operators, and punctuation. The parser then checks that these tokens are present in an order that satisfies Rust's grammar. | |
| | | | |
zserge.com
|
|
| | | | | Compilers is fun. Want to write your own one? Part 1 - lexer. | |
| | | | |
usethe.computer
|
|
| | | Some people, when confronted with a problem, think "I know, I'll use regular expressions." Now they have two problems. -Jamie Zawinski | ||