bulletml
bulletml copied to clipboard
Pass arguments, not by substitution
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.