Symbol constructor
Symbol(
- String s,
- AnyStringParser ws
Implementation
Symbol(this.s, this.ws) : _res = Tuple1(s) {
final label = printableString(s);
error = ParseError.expected(label);
}