PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Remove parameter stack #453

Open PaulBone opened 1 year ago

PaulBone commented 1 year ago

Remove the parameter stack, using only the call stack and explicit frames. Temporaries may still work in a stack-like way, I've not decided. That or each procedure has its own parameter stack that can't access values beyond its call.