Variable whitespacesConst

whitespaces: Action = ...

Use regex \s+ instead of \s to reduce token emitted, to accelerate the lexing process.

Generated using TypeDoc