bulletml icon indicating copy to clipboard operation
bulletml copied to clipboard

Pass arguments, not by substitution

Open emillon opened this issue 9 years ago • 0 comments

subst_* functions are a bit annoying. I would like to get rid of them. It would be better to have a proper call stack. The problem is where to store it. obj makes sense of course but breaks standalone function evaluation. It is probably necessary to add Op{Push,Pop}Param opcodes too.

emillon avatar Aug 26 '14 16:08 emillon