Find our JIT'ed function and run it
[kaleidoscope-hs.git] / Main.hs
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-18 Luke LauInitial commit