Module whitespace

Source
Available on crate feature parser only.
Expand description

Utilities for parsing through whitespace.

Functionsยง

optional_whitespace
Consume and ignore a TokenTy::Whitespace from the front of the Parser. If there is not one, do nothing.
require_whitespace
Require a whitespace from the Parser. Do not advance if the next Token is not a whitespace.