diff --git a/README.md b/README.md index 95aa47f..3f2d823 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ -# spoodle +# vig -a vlang parser in zig +a [v] parser in zig + +[v]: https://vlang.io + +(will likely be done as a full compiler, who knows, leave a like and subscribe +for more epic adventures) ## why -because i can +because i want to learn parsers and what best to do it with a language i'm +negatively charged towards ## variations @@ -17,7 +23,7 @@ because i can ## how ``` -git clone https://gitdab.com/luna/spoodle.git -cd spoodle +git clone https://gitdab.com/luna/vig.git +cd vig zig build install --prefix ~/.local/ ```