Module pomelo_hir::lower::infix
source · Expand description
Resolve infix vs applicative expressions and patterns.
Pratt parsing strategy that basically follows this blog post.
Constants
FN_APPL 🔒
Maximum user-defined fixity is 9
Resolve infix vs applicative expressions and patterns.
Pratt parsing strategy that basically follows this blog post.