# Structs
A Block encapsulates a body within a named and labeled River block.
Body is a list of block and attribute statements.
An Expr represents a single River expression.
A File represents a River configuration file.
A Token is a wrapper around token.Token which contains the token type alongside its literal.
# Interfaces
Tokenizer is any value which can return a raw set of tokens.
# Type aliases
No description provided by the author