Introduction
Miscellaneous build-your-own-X projects.
Contents (Work in Progress)
Project R: Regular Expression Engines
- R1. Parsing Regular Expressions (Beginner)
- R2. Regex via Backtracking (Beginner)
- R3. Graph Traversal and Regex (Intermediate)
- R4. Deterministic Finite Automaton (Advanced)
Project P: The Pretty Laughable Compiler
(See the “From Source Code To Machine Code” book.)
- P1. Expression Evaluation (Beginner)
- P2. Variables, Control Flows, and Functions (Intermediate)
- P3. Static Typing and Compiling to x64 (Advanced)
Work in Progress…
Subscribe to be notified of new chapters.