Module primary

Module primary 

Source

Structs§

PrimaryExpressionContext
Parser context for primary expressions

Traits§

ParsePrimary
Trait that parsers must implement to use primary expression parsing

Functions§

parse_primary
Parse a primary expression (literals, identifiers, functions, parentheses) This is the bottom of the expression hierarchy