...
The state that expects the next symbol/token to be a key an operator specification.
Code Block |
---|
class KeyState extends State { OperatorState operator(Operator operator); } |
...
...
The state that expects the next symbol/token to be a key an operator specification.
Code Block |
---|
class KeyState extends State { OperatorState operator(Operator operator); } |
...