PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Add "clearer" call frames to VM #452

Open PaulBone opened 1 year ago

PaulBone commented 1 year ago

The Abstract Machine has no sense of what is a call and what isn't. Add a sense of parameters and calls. A call instruction will be responsible for passing parameters rather than using what is now the "parameter stack".