Skip to content

Add a host thunk kind of node to the interpreter to apply interpreted higher order functions

Clean Importer requested to merge host-thunk-example into master

Closes #41 (closed); closes #52 (closed) (see comment below)

This is a spin-off from !62 (merged).

To do:

  • Make this work with COMPUTED_GOTOS
  • Implement jsr_eval_host_node_1 (which is different as there is no ap_1) (in !72 (merged))
Edited by Clean Importer

Merge request reports