- Simple Brainfuck REPL interpreter in Python
- Here are some sample programs:
$ ./brainfuck_repl.py$ ./brainfuck_repl.py[Dot][] is a graph description language in extensions .dot or .gv, and can be read by programs such as Graphviz ([try it online][]). However, it's syntax is too complicated for the goal of generating a simple control-flow graph, and is not very well human readable. Therefore, I defined a new language, prettydot, for this purpose.
以下是我自己的逆向工程筆記!有錯還請多多指教XD
┌───────── ASCII ─────────┐
│ 30 0 20 SPACE │
│ 41 A 0d0a CRLF │
│ 61 a │
└─────────────────────────┘
+ to create windows, | to split horizontally, Ctrl+C to copy, End to move to end-of-line)apt-get install tmux.~/.tmux.conf with the following contents.