From 253bc13ce3dab7f989c5f28198366cda13e82965 Mon Sep 17 00:00:00 2001 From: dm1sh Date: Fri, 16 Apr 2021 18:31:59 +0500 Subject: [PATCH] Added readme with todo --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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