Closed seanlnge closed 3 years ago
Created new Expr type to hold ternary statements. Parser function tern_expr() takes in condition expression and outputs Expr::Ternary type.
tern_expr()
Expr::Ternary
Looks good!
Created new Expr type to hold ternary statements. Parser function
tern_expr()
takes in condition expression and outputsExpr::Ternary
type.