parseMulExpr

Undocumented in source.
alias parseMulExpr = parseLeftAssoc!(MulExpr, parseCastExpr, "*", "/", "%")

Meta