Brainfrack icon indicating copy to clipboard operation
Brainfrack copied to clipboard

Does not work on current versions of LLVM

Open mattreecebentley opened this issue 7 years ago • 2 comments

lli: bf.ll:13:32: error: expected comma after load's type %cell_index = load i32* %cell_index_ptr

mattreecebentley avatar Jul 10 '18 07:07 mattreecebentley

Um, there isn't an LLVM implementation in this repository, unless I'm missing something obvious?

Wilfred avatar Jul 28 '18 13:07 Wilfred

I was referencing https://github.com/Wilfred/Brainfrack/blob/0252dc84791f5461dc8da5a67b755bd48b7cc0b4/llvm/decrement_data_pointer.ll

As referenced in your blog post (amongst other samples of code also in this repo): http://www.wilfred.me.uk/blog/2015/02/21/my-first-llvm-compiler/

mattreecebentley avatar Jul 28 '18 23:07 mattreecebentley