Tag: DFA
All the articles with the tag "DFA".
Write Markdown Lexer and Parser in Zig
Published: at 11:48 AMAs the Zig able to do some sort of pattern maching(tagged union), it would be a good way to write some simple DFA(Parser, Lexer) using Zig, using code to create DFA, manage state transform using if-else(switch).