index
:
continuation-passing-intermediate-representation.git
main
An interpreter for the CPS intermediate representation as suggested in Compiling with Continuations by Appel.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interpreter
/
index.ts
blob: 4178c1994362973c9e56ecd7cc9a5fb3d3e2a0a3 (
plain
) (
blame
)
1
export const evaluate = async (ast: Program) => {};