From 6a52297ccef17f894fa3efc414b11faa8a99638d Mon Sep 17 00:00:00 2001 From: Luna Date: Mon, 26 Aug 2019 13:43:07 -0300 Subject: [PATCH] readme: s/spoodle/vig --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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/ ```