Closed chenhsi closed 10 years ago
Expressions like i++ and --i should be added. I imagine that these would be a type of ExpressionReference; however, I can see a valid argument for ExpressionCall or simply ExpressionOperator. Prefix operators also sound annoying to implement.
Expressions like i++ and --i should be added. I imagine that these would be a type of ExpressionReference; however, I can see a valid argument for ExpressionCall or simply ExpressionOperator. Prefix operators also sound annoying to implement.