A simple Brainfuck interpreter written in C.
|
|
||
|---|---|---|
| LICENSE | Initial commit | |
| main.c | Initial commit | |
| README.md | Initial commit | |
cfuck
A simple, non-optimizing Brainfuck interpreter in C.
Usage
Compile with, for example, Clang:
clang main.c -o main -Wall
Then run the executable:
./main <path-to-brainfuck-file>
License
This project is licensed under the MIT License.