vlang parser in zig
Go to file
Luna 19b79514b4 ast: rename IfBranch to Block, add LoopStmt 2019-08-25 16:57:22 -03:00
examples add boolean AND and boolean OR 2019-08-25 13:21:22 -03:00
src ast: rename IfBranch to Block, add LoopStmt 2019-08-25 16:57:22 -03:00
.gitignore initial commit 2019-06-03 21:29:53 -03:00
LICENSE add LICENSE 2019-06-03 21:31:08 -03:00
README.md add loop keyword 2019-08-25 16:49:08 -03:00
build.zig initial commit 2019-06-03 21:29:53 -03:00

README.md

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.

how

git clone https://gitdab.com/luna/spoodle.git
cd spoodle
zig build install --prefix ~/.local/