Added readme with todo

This commit is contained in:
Dmitriy Shishkov 2021-04-16 18:31:59 +05:00
parent 65f6248493
commit 253bc13ce3
No known key found for this signature in database
GPG Key ID: 7CAE12ED13853CAC

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# stack_vm
Stack based virtual machine
## TODO
- VM running
- Assembly compiler
- Variables
- Arithmetics operators
- Strings
- I/O operators
- Loops
- Arrays