readme: s/spoodle/vig

This commit is contained in:
Luna 2019-08-26 13:43:07 -03:00
parent bd036ff961
commit 6a52297cce
1 changed files with 11 additions and 5 deletions

View File

@ -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/
```