diff options
-rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..8c3f306 --- /dev/null +++ b/README.org @@ -0,0 +1,6 @@ +#+title: Oreo's Virtual Machine (OVM) +#+author: Aryadev Chavali +#+date: 2023-10-15 + +A stack based virtual machine in C11. Deals primarily in bytes, +doesn't make assertions about typing and is very simple to target. |