vlang parser in zig
Go to file
Luna 830693d16d add README.md 2019-08-24 16:31:13 -03:00
examples remove ident from printExpr 2019-08-24 11:15:41 -03:00
src ast: add stmt printing 2019-08-24 16:20:32 -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 README.md 2019-08-24 16:31:13 -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

how

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