]> Repositories - zlox.git/blobdiff - README.md
Implement interpreter
[zlox.git] / README.md
index c2b0cfa5ddf2ddfd98d9e58b9b0fd9e047d29fe1..84b40e2ce2a0f9b2643efc420f46b71f20be2001 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,3 @@
 # Zlox
 
 An implementation of the [Lox language](https://craftinginterpreters.com/the-lox-language.html) in Zig.
 # Zlox
 
 An implementation of the [Lox language](https://craftinginterpreters.com/the-lox-language.html) in Zig.
-
-```shell
-zig run Lox.zig
-```