Byte code interpreting is done in the Nim compiler itself: [https://github.com/nim-lang/Nim/blob/devel/compiler/vmdef.nim#L25](https://github.com/nim-lang/Nim/blob/devel/compiler/vmdef.nim#L25) [https://github.com/nim-lang/Nim/blob/devel/compiler/vm.nim](https://github.com/nim-lang/Nim/blob/devel/compiler/vm.nim) [https://github.com/nim-lang/Nim/blob/devel/compiler/vmgen.nim](https://github.com/nim-lang/Nim/blob/devel/compiler/vmgen.nim)
But it's production code, not example code.
