X-Git-Url: https://git.ayoreis.com/zlox.git/blobdiff_plain/f272b847ea85411563d2d4a6a734d833a4e7d315..7b3023fd01ad1445eeccb48346217935d4e117f4:/README.md diff --git a/README.md b/README.md index 84b40e2..1de96d0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Zlox An implementation of the [Lox language](https://craftinginterpreters.com/the-lox-language.html) in Zig. + +```shell +zig run lox.zig +```