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

Upgrade for Elm V. 0.19.0 #5

Open jschoedl opened 2 years ago

jschoedl commented 2 years ago

I have changed some references (variable names and imports) and created an elm.json-file so that the code is now working under the latest Elm version.

This should resolve #3.