diff --git a/README.md b/README.md new file mode 100644 index 0000000..18f0edf --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# stack_vm + +Stack based virtual machine + +## TODO + +- VM running +- Assembly compiler +- Variables +- Arithmetics operators +- Strings +- I/O operators +- Loops +- Arrays