X-Git-Url: https://git.ayoreis.com/zlox.git/blobdiff_plain/f272b847ea85411563d2d4a6a734d833a4e7d315..bebff07499e6ddad8a7b028e38db539372afc2f3:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 84b40e2..c2b0cfa 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 +```