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: 1c7c9db766e92753b50ea109bcfd5dc64097ce72 (
plain
) (
blame
)
1
2
3
export * from './denotable'; export * from './environment'; export * from './interpreter';