WS top-level property
No equivalent for piping whitespace to the HIDDEN channel in Dart
Implementation
final Parser<WhiteSpaceParser> WS = pattern(
' \r\n\t',
).plus().flatten().map((value) => WhiteSpaceParser(value));
No equivalent for piping whitespace to the HIDDEN channel in Dart
final Parser<WhiteSpaceParser> WS = pattern(
' \r\n\t',
).plus().flatten().map((value) => WhiteSpaceParser(value));