hrszpuk / rvm

A simplistic bytecode virtual machine.
MIT License
4 stars 0 forks source link

Milestone 1: Basic Arithmetic Virtual Machine #18

Closed hrszpuk closed 9 months ago

hrszpuk commented 9 months ago

This is the first major milestone pull request. As this merges dev into main, the changes are from a series of developmental branches that have already been reviewed and merged into dev.

[!NOTE] Extract from #5: This will be a simpler, proof-of-concept-style virtual machine which focuses primarily on arithmetic.

Checklist

Related issues

Related pull requests

hrszpuk commented 9 months ago

Seems autobuild isn't working, gonna need to add the cmake script to it instead. Currently I think the CodeQL config is on main.

hrszpuk commented 9 months ago

Updated it on the main branch.

hrszpuk commented 9 months ago

I've decided to banish CodeQL until after Milestone 1 so I don't have to keep messing around with build script workflows all the time.