Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alanvf/star-vm
A modular, high-level virtual machine for the Star programming language
https://github.com/alanvf/star-vm
high-level star vm
Last synced: about 4 hours ago
JSON representation
A modular, high-level virtual machine for the Star programming language
- Host: GitHub
- URL: https://github.com/alanvf/star-vm
- Owner: ALANVF
- License: mit
- Created: 2020-10-04T21:46:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T04:23:50.000Z (almost 4 years ago)
- Last Synced: 2023-10-27T01:34:00.234Z (about 1 year ago)
- Topics: high-level, star, vm
- Language: Pascal
- Homepage:
- Size: 167 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StarVM
StarVM is a portable virtual machine for the [Star programming language](https://github.com/ALANVF/Star-lang-specification).
Things to note:
- This is not at all finished
- This is most likely only going to be used for bootstrapping, although I may keep it around afterwards if it's good
- I like bulleted lists
- Idk how most of this dune stuff works ._.## Wait what happend to using Pascal?
Would love to continue using Pascal, but OCaml is just *so* much easier to work with.
I might go back to Pascal at some point if I feel like OCaml isn't good enough, but this is what I've got for now.