This commit is contained in:
Irmen de Jong 2020-10-02 02:02:28 +02:00
parent 5fb714fcb2
commit 582aab180a
2 changed files with 1 additions and 2 deletions

View File

@ -324,7 +324,6 @@ X = BinExpr X = LeftExpr
val firstAssign = Assignment(assignment.target, binExpr.left, binExpr.left.position)
val targetExpr = assignment.target.toExpression()
val augExpr = BinaryExpression(targetExpr, binExpr.operator, binExpr.right, binExpr.right.position)
println("SPLIT $assignment")
return listOf(
IAstModification.InsertBefore(assignment, firstAssign, parent),
IAstModification.ReplaceNode(assignment.value, augExpr, assignment))

View File

@ -2,7 +2,7 @@
; Note: this program is compatible with C64 and CX16.
; TODO FIX circle drawing errors
; TODO FIX circle drawing errors. was caused by commit e828c013
main {