Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giulioz/tinyvm
A small educational Virtual Machine, with an optimized JIT interpreter, assembler and compiler.
https://github.com/giulioz/tinyvm
Last synced: about 1 month ago
JSON representation
A small educational Virtual Machine, with an optimized JIT interpreter, assembler and compiler.
- Host: GitHub
- URL: https://github.com/giulioz/tinyvm
- Owner: giulioz
- Created: 2019-05-17T08:54:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:03:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T08:37:28.055Z (about 2 months ago)
- Language: Nearley
- Homepage:
- Size: 5.62 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TinyVM
A small educational Virtual Machine, with an optimized JIT interpreter, assembler and compiler.
Written by Giulio Zausa and Alessio Marotta.## Assembler
Web editor link: [https://assembler.giulioz.now.sh/dist/web.html](https://assembler.giulioz.now.sh/dist/web.html)