Implement division
This commit is contained in:
@@ -80,7 +80,7 @@ operatorTable =
|
||||
]
|
||||
factorOperator =
|
||||
[ binary "*" ProductExpression
|
||||
-- , binary "/" DivisionExpression
|
||||
, binary "/" DivisionExpression
|
||||
]
|
||||
termOperator =
|
||||
[ binary "+" SumExpression
|
||||
|
||||
Reference in New Issue
Block a user