State Machines, Part 3: Direct Code
Today we’ll look at how to implement state machines as direct code. In part 1, we looked at what state machines are. In part 2, we looked at how you might implement them with an interpreter that process a data Continue reading State Machines, Part 3: Direct Code