vig/README.md

24 lines
408 B
Markdown

# spoodle
a vlang parser in zig
## why
because i can
## variations
- `for` is split between `for` and `loop` because my fucking god i cant stand
having *four* different variations of `for`.
- struct initialization is with `Struct.{}`, not `Struct{}`, to remove parsing
ambiguities
## how
```
git clone https://gitdab.com/luna/spoodle.git
cd spoodle
zig build install --prefix ~/.local/
```