Module gluon_parser::infix[][src]

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

OpMeta

Metadata pertaining to an infix operator

OpTable

A table of operator metadata

Reparser

Enums

Error
Fixity

The fixity (associativity) of an infix operator

Functions

reparse

Reconstruct the infix expression using the correct associativities and precedences.