GitXplorerGitXplorer
a

azIDE

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
913eaf0ce7b7b27d82b54cd4d2bbb32c66e03820

Documentation in Russian.

aazarovalex committed 6 years ago
Unverified
c13ffb1a2c92c0a930f8cb8ebb5430f4c79ea5d2

Merge branch 'dev'

aazarovalex committed 6 years ago
Unverified
2c4ec08c48071c9587ccffc5e92cef22ef03cf4b

Brainfuck test programs.

aazarovalex committed 6 years ago
Unverified
6ba940524da4cf807342b1a3d2729a624ea0a476

Build script.

aazarovalex committed 6 years ago
Unverified
bb214f51434ed11e6dd7989763f508b588c886e3

Source code for IDE.

aazarovalex committed 6 years ago
Unverified
7ac83f24ed5821f0f2b3b590ccf510624619db5e

Added README.md

aazarovalex committed 6 years ago

README

The README file for this repository.

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