2019-08-24 19:31:13 +00:00
|
|
|
# spoodle
|
|
|
|
|
|
|
|
a vlang parser in zig
|
|
|
|
|
|
|
|
## why
|
|
|
|
|
|
|
|
because i can
|
|
|
|
|
2019-08-25 19:49:08 +00:00
|
|
|
## variations
|
|
|
|
|
|
|
|
- `for` is split between `for` and `loop` because my fucking god i cant stand
|
|
|
|
having *four* different variations of `for`.
|
|
|
|
|
2019-08-26 14:59:32 +00:00
|
|
|
- struct initialization is with `Struct.{}`, not `Struct{}`, to remove parsing
|
|
|
|
ambiguities
|
|
|
|
|
2019-08-24 19:31:13 +00:00
|
|
|
## how
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone https://gitdab.com/luna/spoodle.git
|
|
|
|
cd spoodle
|
|
|
|
zig build install --prefix ~/.local/
|
|
|
|
```
|