parseRelExpr

Undocumented in source.
alias parseRelExpr = parseLeftAssoc!(RelExpr, parseSftExpr, "<", ">", "<=", ">=")

Meta