xo-interpreter: + VSM work in progress

This commit is contained in:
Roland Conybeare 2026-02-03 21:44:40 -05:00
commit dc88663271
10 changed files with 307 additions and 7 deletions

View file

@ -12,6 +12,12 @@ namespace xo {
VsmInstr
VsmInstr::c_eval = VsmInstr(vsm_opcode::eval);
VsmInstr
VsmInstr::c_apply = VsmInstr(vsm_opcode::apply);
VsmInstr
VsmInstr::c_evalargs = VsmInstr(vsm_opcode::evalargs);
} /*namespace scm*/
} /*namespace xo*/