qdbplang / qdbp

MIT License
50 stars 1 forks source link

Remove unnecessary variable assignments #17

Open qdbplang opened 1 year ago

qdbplang commented 1 year ago

Replacing all

x := y
x

expressions with

y

opens up other optimization opportunities(in particular with the current perceus implementation)