állapotgépen
An állapotgép, often translated as a state machine or finite state automaton (FSA), is a mathematical model of computation used to design and analyze computer programs and digital circuits. It is an abstract machine that can be in exactly one of a finite number of states at any given time. The state machine can change from one state to another in response to some inputs. This change from one state to another is called a transition.
An étatgép consists of a finite set of states, a finite set of input symbols (alphabet), a
Condition machines are widely used in various fields, including compiler design for lexical analysis, artificial intelligence