Digit constructor

Digit()

Implementation

Digit() {
  label = 'digit';
  error = ParseError.expected(label);
}