tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
490 stars 31 forks source link

Improve sanity take 2 #61

Closed MasonProtter closed 2 years ago

MasonProtter commented 2 years ago

verify the IR, and don't just tell LLVM that every global variable is a {}*.

MasonProtter commented 2 years ago

Throwing errors is now supported! :tada: