Add for loops
[kaleidoscope-hs-old.git] / AST.hs
2019-04-17 Luke LauAdd for loops master
2019-04-17 Luke LauAdd externs and change type to double
2019-04-17 Luke LauHandle ending ;
2019-04-17 Luke LauAdd parenthesis to parsing
2019-04-17 Luke LauParse if statements
2019-04-17 Luke LauUpdate AST to match Kaleidoscope more closely
2019-04-17 Luke LauExtend AST for functions, calls and variables
2019-04-17 Luke LauAdd support for more binary ops
2019-04-17 Luke LauBegin parsing addition