Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🧠💥.
- Host: GitHub
- URL: https://github.com/qazcetelic/cerbo-ide
- Owner: QazCetelic
- License: gpl-3.0
- Created: 2022-06-08T18:56:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T12:09:50.000Z (10 months ago)
- Last Synced: 2024-04-22T13:29:25.939Z (10 months ago)
- Topics: brainfuck, code-editor, java-17, javafx
- Language: Java
- Homepage:
- Size: 747 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.