Published onFebruary 3, 2022Implementing a NFA - Building a Regex Engine Part 2regex-engineregexformal-languagesLet's talk about exacly what's a finite automata, its two types (DFA and NFA), and how to implement a NFA
Published onJanuary 22, 2022Building a Regex Engine Part 1 - Introductionregex-engineregexformal-languagesJust enough information about formal language theory to answer "What is really a regex?" and "How are they executed?"