sdiehl / kaleidoscope

Haskell LLVM JIT Compiler Tutorial
http://www.stephendiehl.com/llvm
Other
1.03k stars 131 forks source link

Bugfix and addition of functionality #16

Closed koba-e964 closed 10 years ago

koba-e964 commented 10 years ago

Modify source so that this project can work with llvm-general-3.4.4.* Add executable sections to kaleidoscope.cabal so that they can be run by cabal run (chapter #) Add .travis.yml so that build will be done automatically on commit

sdiehl commented 10 years ago

Hi, thanks for the patch.

Does this build successfully on Travis? Last I looked llvm wasn't available but that was a few months ago.

sdiehl commented 10 years ago

It does indeed appear to build. Excellent, I'll merge this.

https://travis-ci.org/koba-e964/kaleidoscope