Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/proglangclass/vm
- Owner: proglangclass
- Created: 2011-10-04T18:33:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-19T02:09:31.000Z (almost 11 years ago)
- Last Synced: 2023-04-10T21:12:52.122Z (almost 2 years ago)
- Language: C
- Homepage: http://proglangmasterclass.com/
- Size: 194 KB
- Stars: 58
- Watchers: 11
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- AwesomeCompiler - vm
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