mirror of
https://github.com/irmen/prog8.git
synced 2024-11-26 11:49:22 +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 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))
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user