Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 623 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 623 Bytes

What is this?

Just the world's smallest, fully functional Brainfuck IDE. It is written in Flat Assembly and uses a bunch of WinAPI calls. Actually the only reason I used WinAPI are the requirements for the course project but who cares🤔.

The program can open, edit, save and run your Brainfuck code just like Xcode can hang your macOS for two minutes. More features might be added later (highlighting, sane programming languages etc.)