fabianishere / brainfuck

Brainfuck interpreter written in C
Apache License 2.0
528 stars 74 forks source link

Toggle editline build and include option to build a shared library #47

Closed rien333 closed 7 years ago

rien333 commented 7 years ago

Commit aa086188f1464e81f2d74b2bb1fca29a31d11d95 allows building a shared library per the request of https://github.com/Homebrew/homebrew-core/pull/17230#pullrequestreview-58672467 (closes #48)

Commit 47b639d47ac0a379b5483e2b29d251d247b9ea27 should close issue https://github.com/fabianishere/brainfuck/issues/43.

fabianishere commented 7 years ago

Awesome! Will take a look at it as soon as I have access to my computer.

fabianishere commented 7 years ago

I have separated both changes. #49 will allow building a shared library. Waiting on your feedback for the other change.

rien333 commented 7 years ago

Sorry, I had unintentionally left my debugging flags on in the commit.

fabianishere commented 7 years ago

51 adds the option to toggle building with editline support.