Whitespace

The lexer MUST skip whitespaces between lexical tokens.

Syntax

whitespace
[ \t\r\n\f]
Show source
whitespace
  = [ \t\r\n\f]+