Skip to content

This is the Brainfuck IDE written in assembly.

License

Notifications You must be signed in to change notification settings

azarovalex/azIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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