Published onFebruary 22, 2022Creating a NFA from a regex - Building a Regex Engine Part 3regex-engineregexformal-languagesWe complete the engine for formal regex by translating a regex engine to a NFA
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?"