kaleidoscope-hs-old.git
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 LauHandle ending ;
2019-04-17 Luke LauAdd parenthesis to parsing
2019-04-17 Luke LauIgnore .swp files
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 LauParse 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 LauExtend AST for functions, calls and variables
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
2019-04-17 Luke LauBegin parsing addition