https://github.com/dfranx/bluevm
[DEPRECATED] Virtual Machine for BlueByte
https://github.com/dfranx/bluevm
Last synced: 12 months ago
JSON representation
[DEPRECATED] Virtual Machine for BlueByte
- Host: GitHub
- URL: https://github.com/dfranx/bluevm
- Owner: dfranx
- License: mit
- Created: 2018-01-09T23:40:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T21:22:28.000Z (over 6 years ago)
- Last Synced: 2025-06-17T11:02:34.441Z (12 months ago)
- Language: C
- Homepage:
- Size: 291 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlueVM
BlueVM is a stack-based virtual machine. It is fast and simple to use.
## Building
CMake variables:
* `LINK_LIBM` - set this to TRUE/1 if our compiler requires us to link libm in order to use `math.h` header
* `BUILD_EXAMPLES` - should we automatically build all the examples? note: make sure you already built library
* `BLUEVM_PATH` - root directory of our library. only necessary if we are building examples (so that we can find .a/.lib files)
## Examples
Check the `examples` directory.