Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qazcetelic/cerbo-ide

Cerbo is an IDE specifally made for brainfuck 🧠💥.
https://github.com/qazcetelic/cerbo-ide

brainfuck code-editor java-17 javafx

Last synced: 9 days ago
JSON representation

Cerbo is an IDE specifally made for brainfuck 🧠💥.

Awesome Lists containing this project

README

        

# Cerbo IDE

Cerbo is a WIP integrated development environment for developing brainfuck code.

![image](example.webp)

It allows developers to see immediately see the results by immediately running the code using an integrated parser and interpreter.
After the developer stops writing code it will display the resulting output above the code and will display a memory dump on the left side of the application.
Input can be given using the field below each code sheet.