nikodemus / foolang

A toy programming language.
https://foolang.org
MIT License
37 stars 0 forks source link

cps: stricter targets #929

Closed nikodemus closed 2 years ago

nikodemus commented 2 years ago

APPLY and SELECT replaced by Application and Select, which are no longer Expressions.

Continuation#target restricted to Continuation, Variable, Application, or Select, which simplifies the question of successors.