-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c8baec
commit 8f471f0
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,25 @@ | ||
# BrainfuckDebugger | ||
|
||
In-browser Debugger/Visualizer for Brainfuck | ||
|
||
## Features | ||
|
||
* Reverse Debugging | ||
* Breakpoints | ||
* Can choose arbitrary widths for cells (8-bit, 1-bit, 57-bit) | ||
* Multiple Themes | ||
* Vim/Emacs emulation (via CodeMirror) | ||
* Syntax highlighting (via CodeMirror) | ||
|
||
## Running Locally | ||
|
||
```bash | ||
$ npm install | ||
... | ||
$ python3 -m http.server 8000 | ||
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ... | ||
``` | ||
|
||
## License | ||
|
||
MIT |