readme: s/spoodle/vig
This commit is contained in:
parent
bd036ff961
commit
6a52297cce
1 changed files with 11 additions and 5 deletions
16
README.md
16
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
|
## 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
|
## variations
|
||||||
|
|
||||||
|
@ -17,7 +23,7 @@ because i can
|
||||||
## how
|
## how
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://gitdab.com/luna/spoodle.git
|
git clone https://gitdab.com/luna/vig.git
|
||||||
cd spoodle
|
cd vig
|
||||||
zig build install --prefix ~/.local/
|
zig build install --prefix ~/.local/
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue