vlang parser in zig
Go to file
Luna 1651a99faf parser: don't skip tokens on groupings 2019-08-24 16:51:37 -03:00
examples remove ident from printExpr 2019-08-24 11:15:41 -03:00
src parser: don't skip tokens on groupings 2019-08-24 16:51:37 -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/