/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

rcoh.me
| | nitely.github.io
1.9 parsecs away

Travel
| | Finite Automata is commonly used to efficiently match a Regular Expression (RE) to a given textinput. There are RE engines for submatch extraction based on Non-deterministic Finite Automata (NFA). These algorithms usually return a single match for each submatch, instead of the history of submatches (full parse tree). An NFA can be converted to a Deterministic Finite Automata (DFA) to improve the runtime matching performance. This article describes an algorithm based on DFA that extracts full parse trees from text.
| | actually.fyi
2.7 parsecs away

Travel
| | Ergonomic lookup table generation for bit-twiddling using compile time reflection.
| | swtch.com
2.9 parsecs away

Travel
| |
| | mathspp.com
26.5 parsecs away

Travel
| Learn how to find text patterns and replace them with dynamic content using regex.