azarovalex / azIDE

This is the Brainfuck IDE written in assembly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.)

About

This is the Brainfuck IDE written in assembly.

License:MIT License


Languages

Language:Assembly 78.9%Language:Brainfuck 20.0%Language:Batchfile 1.1%