Module gluon_parser::infix

source ·
Expand description

Infix expressions in gluon are initially parsed as if they were all left- associative with the same precedence. Therefore we need to rebalance them after the fact.

Structs

Metadata pertaining to an infix operator
A table of operator metadata

Enums

The fixity (associativity) of an infix operator

Functions

Reconstruct the infix expression using the correct associativities and precedences.