llvm-hs-kaleidoscope icon indicating copy to clipboard operation
llvm-hs-kaleidoscope copied to clipboard

Kaleidoscope Tutorial using llvm-hs

Results 3 llvm-hs-kaleidoscope issues
Sort by recently updated
recently updated
newest added

Noting that only works for 5.* - any thoughts of migrating up to 8.*? Currently, when attempting to run with 8.*, results in the following: > Pass 'Interprocedural Sparse Conditional...

Hi there, I am running into an issue where running `stack ghci` after building will cause a segfault. I am running on Mac OSX (High Sierra if it makes a...

I think the `key` in `Names` should not be the raw name. but the generated new name. [uniqueName function](https://github.com/llvm-hs/llvm-hs-kaleidoscope/blob/master/src/Codegen.hs#L109 ) Like follows in ghci ``` λ> let supply = Map.empty...