An open API service indexing awesome lists of open source software.

https://github.com/mcriley821/brainfuck


https://github.com/mcriley821/brainfuck

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

A simple brainfuck interpreter in C++20.

## Build
Just run make:
```{.sh}
make
```

## Run
To run, execute the interpreter binary:
```{.sh}
./brainfuck
```
Use the `-h` or `--help` option to see options.

## Testing
Testing the interpeter code is as simple as building and running the test module:
```{.sh}
make tests
./run_tests
```

## Dependencies
This interpreter was built using:
+ clang version 15.0.2
+ boost 1.80