Module common

Module common 

Source

Structs§

CompoundIdentifier
Include
Span

Enums§

BindParserError
NodeType
Value

Functions§

bool_literal
compound_identifier
condition_value
identifier
many_until_eof
Applies the parser f until reaching the end of the input. f must always make progress (i.e. consume input) and many_until_eof will panic if it doesn’t, to prevent infinite loops. Returns the results of f in a Vec.
map_err
numeric_literal
skip_ws
string_literal
using
using_list
ws
Wraps a parser |f| and discards zero or more whitespace characters or comments before it. Doesn’t discard whitespace after the parser, since this would make it difficult to ensure that the AST spans contain no trailing whitespace.

Type Aliases§

NomSpan