Commit graph

5 commits

Author SHA1 Message Date
3becccfba8 revamp ast structure 2019-06-05 20:29:03 -03:00
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
c32b802765 ast: add some more love to pretty printer 2019-06-04 23:44:27 -03:00
71cef32fb0 add basic ast, parser files 2019-06-04 22:11:11 -03:00
c19f6df834 split main code into a runner struct 2019-06-04 21:27:05 -03:00