chenhsi / Ambroscum

An interpreter/compiler for a programming language we're probably going to create
MIT License
0 stars 0 forks source link

Increment / Decrement Operators #4

Closed chenhsi closed 10 years ago

chenhsi commented 11 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.