vlang parser in zig
Go to file
Luna f9f6362c91 ast: add return type to FnDecl
- ast: make FnDecl and Const print better as s-expressions
2019-08-25 12:24:34 -03:00
examples fix var declarations by making them expressions 2019-08-25 11:38:55 -03:00
src ast: add return type to FnDecl 2019-08-25 12:24:34 -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/