Add standard library
[kaleidoscope-hs.git] / Main.hs
2019-11-09 Luke LauAdd standard library tutorial-3
2019-11-09 Luke LauResolve symbols
2019-11-09 Luke LauLoad the standard library
2019-11-08 Luke LauAdd control flow
2019-11-08 Luke LauGenerate code for for loops
2019-11-08 Luke LauGenerate code for if statements
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-05-18 Luke LauInitial commit