vlang parser in zig
Go to file
Luna b040f47956 ast: change AstBinOp to use *AstNode instead of AstNode
using raw AstNode causes compile-errors due to recursion.
2019-06-04 23:53:55 -03:00
src ast: change AstBinOp to use *AstNode instead of AstNode 2019-06-04 23:53:55 -03:00
.gitignore initial commit 2019-06-03 21:29:53 -03:00
LICENSE add LICENSE 2019-06-03 21:31:08 -03:00
build.zig initial commit 2019-06-03 21:29:53 -03:00