| example | initial commit | |
| src | initial commit | |
| .gitignore | initial commit | |
| LICENSE | initial commit | |
| makefile | initial commit | |
| README.md | initial commit | |
Brain
This is a small brainfuck interpreter.
About
This is a really simple interpreter for the language Brainfuck I made for fun. It isn't good and literally just executes the Brainfuck code given.
⚠️ This program will crash if the brainfuck program is malformed. Please make sure you closed all loops and removed all other errors before executing. ⚠️
Usage
Use the make to build the program or make run to execute the example 'hello
world' brainfuck program under example/hello_world.bf.
The other examples also work. Try them out!
License
See the LICENSE file.
Warranty
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.