kaleidoscope-hs.git
2019-06-02 Luke LauFind our JIT'ed function and run it master
2019-06-02 Luke LauPower up the OrcJIT
2019-06-02 Luke LauDetect and remove __anon_exprs in repl
2019-06-02 Luke LauGenerate the module inside the repl
2019-05-19 Luke LauSet up the LLVM context and optimise the module
2019-05-19 Luke LauGenerate code for call expressions
2019-05-19 Luke LauHandle EOFs in the repl
2019-05-19 Luke LauGenerate code for externs
2019-05-19 Luke LauGenerate code for functions and variables
2019-05-19 Luke LauGenerate code for binary operations
2019-05-19 Luke LauBegin codegen
2019-05-19 Luke LauAdd basic repl
2019-05-19 Luke LauParse call expressions
2019-05-18 Luke LauParse parentheses
2019-05-18 Luke LauParse defs and externs
2019-05-18 Luke LauParse variables in expressions
2019-05-18 Luke LauParse more binary ops
2019-05-18 Luke LauStart parsing expressions
2019-05-18 Luke LauInitial commit