Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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);
}

...