Skip to content

A BrainFuck interpreter, text encoder, and debugger/visualizing tool for BrainFuck.

License

Notifications You must be signed in to change notification settings

RMJTromp/Brainfuck-Interpreter

Repository files navigation

Brainfuck-Interpreter

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.

Features

  • Brainfuck code highlighting
  • Interpreter for executing Brainfuck code
  • Text encoder/decoder for Brainfuck
  • Debugger and visualizing tool for Brainfuck

Installation

To use the Brainfuck Interpreter, follow these steps:

  1. Clone the repository using the following command:
    git clone https://github.com/RMJTromp/Brainfuck-Interpreter
  2. Navigate to project directory:
    cd Brainfuck-Interpreter
  3. Install the dependencies:
    npm install
  4. Build project:
    npm run build

Usage

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.

Live Demo

You can try out a live version of the Brainfuck Interpreter here: http://brainfuck.rmjtromp.com/

Contributing

Contributions are welcome! If you have any ideas, enhancements, or bug fixes, please submit a pull request.

License

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.

About

A BrainFuck interpreter, text encoder, and debugger/visualizing tool for BrainFuck.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published