From 72e4c320cc288052af6f13c70c0d5c98b047f7ab Mon Sep 17 00:00:00 2001 From: Kamva9697 Date: Tue, 19 Dec 2023 18:56:17 +0200 Subject: [PATCH] update Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0856404..345f3e1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Development of the Monkey programming language with [zig](https://ziglang.org/) based on *Writing an Interpreter with Go by Thorsten Ball* +### Notes + +1. Use [zigup](https://github.com/marler8997/zigup) install target zig nightly compiler +2. Install the `0.12.0-dev.1828+225fe6ddb` zig compiler +3. Run with `zig build run` + + ### Components: - [x] Lexer - [x] Parser: