Problem I’ve created a Regex to DFA parser, using Thompson’s construction algorithm and epsilon-reduction. Here is the code: builtins.dart: bool […]

Problem I’m trying to find the best – read: readable, maintainable, robust, threadsafe, usable – solution for a State Machine […]

Problem I tried to parse command line arguments. The program requires four arguments. I iterate over the arguments. If the […]