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: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T04:23:50.000Z (over 5 years ago)
- Last Synced: 2025-12-08T11:41:09.417Z (6 months ago)
- Topics: high-level, star, vm
- Language: Pascal
- Homepage:
- Size: 167 KB
- Stars: 4
- Watchers: 1
- 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.