minond / brainfuck

Brainfuck editor, interpreter, and debugger. Runs your bf code while displaying information about the program, like memory and active command, and allows you to set break-points in your code as well.
http://minond.xyz/brainfuck
14 stars 4 forks source link

License #6

Open jschoedl opened 2 years ago

jschoedl commented 2 years ago

Hi @minond,

I'd like to use the code from this repository in a personal project. Would you mind adding a License?

Nice work btw!