kaleidoscope-hs.git
2019-11-09 Luke LauAdd standard library tutorial-3
2019-11-09 Luke LauAdd rules for statically linking the standard library in
2019-11-09 Luke LauResolve symbols
2019-11-09 Luke LauLoad the standard library
2019-11-09 Luke LauAdd Makefile for building stdlib
2019-11-09 Luke LauStart the standard library
2019-11-08 Luke LauAdd control flow
2019-11-08 Luke LauGenerate code for for loops
2019-11-08 Luke LauParse for loops
2019-11-08 Luke LauGenerate code for if statements
2019-11-08 Luke LauTidy up the parsing a bit
2019-11-08 Luke LauParse if expressions
2019-11-07 Luke LauAdd JIT
2019-11-07 Luke LauFind our JIT'ed function and run it
2019-11-07 Luke LauDetect and remove __anon_exprs in repl
2019-11-07 Luke LauSet up the LLVM context and optimise the module
2019-06-03 Luke LauAdd LLVM IR codegen
2019-06-03 Luke LauGenerate code for call expressions
2019-06-03 Luke LauHandle EOFs in the repl
2019-06-03 Luke LauGenerate code for externs
2019-06-03 Luke LauGenerate code for functions and variables
2019-06-03 Luke LauGenerate code for binary operations
2019-06-03 Luke LauBegin codegen
2019-06-03 Luke LauAdd AST and parsing
2019-06-03 Luke LauAdd basic repl
2019-06-03 Luke LauParse call expressions
2019-06-03 Luke LauParse parentheses
2019-06-03 Luke LauParse defs and externs
2019-06-03 Luke LauParse variables in expressions
2019-06-03 Luke LauParse more binary ops
2019-06-03 Luke LauStart parsing expressions
2019-05-18 Luke LauInitial commit