Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/proglangclass/vm

Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass
https://github.com/proglangclass/vm

Last synced: 3 months ago
JSON representation

Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass

Awesome Lists containing this project

README

        

** Virtual machine built during the http://proglangmasterclass.com/ **

This package contains a virtual machine and a JIT compiler for a subset of the language at https://github.com/proglangclass/interpreter.

(c) Marc-Andre Cournoyer