fabianishere / brainfuck

Brainfuck interpreter written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove hard dependency on libedit

fabianishere opened this issue · comments

The project now requires the libedit library to be installed in order to build the command line interface.

We should have a build option to disable the interactive console, so people can build the command line interface without needing the libedit library if they are not interested in the interactive console.