sunjay / brain-debug

The brain language debugger and visualizer
MIT License
2 stars 1 forks source link
brain brainfuck debugger

brain-debug

Brain programming language debugging and visualization interface. Make sure you install brain and an up to date version of the associated brainfuck interpreter.

Usage

You may need to install Yarn.

yarn
# Run these in two separate terminal tabs
yarn run dev
yarn start

You may need to press Ctrl+R if the application starts but the dev server has not finished loading yet.