mirror of
https://github.com/irmen/prog8.git
synced 2025-02-18 05:30:34 +00:00
oops
This commit is contained in:
parent
5fb714fcb2
commit
582aab180a
@ -324,7 +324,6 @@ X = BinExpr X = LeftExpr
|
|||||||
val firstAssign = Assignment(assignment.target, binExpr.left, binExpr.left.position)
|
val firstAssign = Assignment(assignment.target, binExpr.left, binExpr.left.position)
|
||||||
val targetExpr = assignment.target.toExpression()
|
val targetExpr = assignment.target.toExpression()
|
||||||
val augExpr = BinaryExpression(targetExpr, binExpr.operator, binExpr.right, binExpr.right.position)
|
val augExpr = BinaryExpression(targetExpr, binExpr.operator, binExpr.right, binExpr.right.position)
|
||||||
println("SPLIT $assignment")
|
|
||||||
return listOf(
|
return listOf(
|
||||||
IAstModification.InsertBefore(assignment, firstAssign, parent),
|
IAstModification.InsertBefore(assignment, firstAssign, parent),
|
||||||
IAstModification.ReplaceNode(assignment.value, augExpr, assignment))
|
IAstModification.ReplaceNode(assignment.value, augExpr, assignment))
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
; Note: this program is compatible with C64 and CX16.
|
; 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 {
|
main {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user