add post and pre operations
This commit is contained in:
parent
666fb4ee1a
commit
3fa9736172
@ -48,6 +48,10 @@ data BinaryOperator
|
|||||||
data UnaryOperator
|
data UnaryOperator
|
||||||
= Not
|
= Not
|
||||||
| Minus
|
| Minus
|
||||||
|
| PostIncrement
|
||||||
|
| PostDecrement
|
||||||
|
| PreIncrement
|
||||||
|
| PreDecrement
|
||||||
deriving (Show)
|
deriving (Show)
|
||||||
|
|
||||||
data Expression
|
data Expression
|
||||||
|
Loading…
Reference in New Issue
Block a user