sunjay / brain-debug

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

Brain Debugger / Visualizer #1

Open sunjay opened 7 years ago

sunjay commented 7 years ago

From @sunjay on January 23, 2017 6:40

An important part of every great language is its tooling. We need a debugger so we can figure out what is going wrong in our brainfuck programs.

1. Brainfuck Interpreter Better Implementation + Debug Mode

This will give people the ability to hand debug their brain programs without the interface if they so desire.

2. Brainfuck Visualizer

An electron UI that uses the debugger in a subprocess to output this information.

3. Sourcemaps (optional)

Copied from original issue: brain-lang/brain#17

sunjay commented 7 years ago

A basic version of this has now been implemented in the brainfuck-visualizer directory. It works quite well and displays some basic information. With it, I was able to debug the issues that were occurring with #2. More features will be added to it over time.

sunjay commented 7 years ago

This was recently moved from brain-lang/brain to brain-lang/brain-debug