Add for loops
[kaleidoscope-hs-old.git] / Main.hs
2019-04-17 Luke LauAdd for loops master
2019-04-17 Luke LauAdd putchard and move to OrcJIT
2019-04-17 Luke LauAdd externs and change type to double
2019-04-17 Luke LauAdd doctests
2019-04-17 Luke LauCheck the type of if condition
2019-04-17 Luke LauImplement codegen for if statements
2019-04-17 Luke LauAdd basic error handling
2019-04-17 Luke LauAdd default optimisation passes
2019-04-17 Luke LauUpdate AST to match Kaleidoscope more closely
2019-04-17 Luke LauAdd support for more binary ops
2019-04-17 Luke LauPrint module to stderr
2019-04-17 Luke LauAdd basic JIT
2019-04-17 Luke LauBegin IR building