A Brainfuck interpreter, text encoder, and debugger/visualizing tool for Brainfuck. This project provides a website that offers code highlighting for Brainfuck, making it easier to read and understand Brainfuck code.
- Brainfuck code highlighting
- Interpreter for executing Brainfuck code
- Text encoder/decoder for Brainfuck
- Debugger and visualizing tool for Brainfuck
To use the Brainfuck Interpreter, follow these steps:
- Clone the repository using the following command:
git clone https://github.com/RMJTromp/Brainfuck-Interpreter
- Navigate to project directory:
cd Brainfuck-Interpreter
- Install the dependencies:
npm install
- Build project:
npm run build
To run the Brainfuck Interpreter locally, use the following command: npm run dev
This will start a local development server where you can test the functionality of the Brainfuck Interpreter.
You can try out a live version of the Brainfuck Interpreter here: http://brainfuck.rmjtromp.com/
Contributions are welcome! If you have any ideas, enhancements, or bug fixes, please submit a pull request.
This project is subject to the GNU General Public License v3.0. This does only apply for source code located directly in this clean repository. For those who are unfamiliar with the license, here is a summary of its main points. This is by no means legal advice nor legally binding. You are allowed to
- use
- share
- modify
this project entirely or partially for free and even commercially. However, please consider the following:
- You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source (or even obfuscated) application.
- Your modified application must also be licensed under the GPL
Do the above and share your source code with everyone; just like we do.