From 91280bc5aafc339991bb467d9274a2ca5489ac51 Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Sun, 4 Aug 2024 00:01:46 +0100 Subject: [PATCH] Add README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82c915d..f3a78f5 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,14 @@ it would be as slow as TCL, it would still be fine for many practical things. You'd need `gcc` and `cmake`. -At this moment, only a basic VM and assembler are implemented. +At this moment, only a bare minimum of functionality is implemented. To run: ```sh cmake . make -cat examples/factorial.asm | ./asm | ./vm +./vli ``` To run tests: