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
/
utils
/
exception.ts
blob: 625c32a6774f40f1ba5078a2b2651a12071f2bb5 (
plain
) (
blame
)
1
export class NotImplementedException extends Error {}