vlang parser in zig
Go to file
Luna d93adbbd3e vardecl: add VarDecl statement and Variable Expr
- ast: simplify stmt printing from printNode
 - parser: create variables on parsePrimary
2019-08-24 17:22:08 -03:00
examples parser: make println consume parens 2019-08-24 16:56:58 -03:00
src vardecl: add VarDecl statement and Variable Expr 2019-08-24 17:22:08 -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/