From d66fe3fab7ba35dabe852fd22a3b8debf14b2fb2 Mon Sep 17 00:00:00 2001 From: Aditya Khowal <108611217+AdityaKhowalGithub@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:02:05 -0700 Subject: [PATCH] testing workflows --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 39f6772..5e7a5a2 100644 --- a/readme.md +++ b/readme.md @@ -3,3 +3,5 @@ This is a simple virtual machine (VM) implementation for the Monkey programming language. The VM is responsible for executing bytecode instructions generated by the Monkey compiler. This is a fork of iridium and personal project for learning rust and how language interpreters work. At the moment we have two main structs: `VM` and 'instruction' and 'opcode' enums. + +install rust and cargo