jkenda / aback

A stack-oriented language that uses Polish notation which can be reversed using the ; operator (previously |>)
0 stars 0 forks source link

More context #9

Closed jkenda closed 2 months ago

jkenda commented 2 months ago

No more treating each word as an instruction to push to the stack and then checking the sequence. If we want to have a more sophisticated backend we have distinguish between function arguments and ordinary words being pushed to the stack which we will consider as variables.

also treat take and peek as variable assignment