Module gluon_parser::infix

source ·
Expand description

Ineix 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

Enums

  • The fixity (associativity) of an infix operator

Functions

  • Reconstruct the infix expression using the correct associativities and precedences.