brainfuckpy/README.md

13 lines
385 B
Markdown

# Brainfuck in python
Experimenting with writing a brainfuck intepreter in python
The bf program is passed in as a string argument to the python (¬‿¬)
Excuse the code, I will add comments in the future
Hello World:
```
+++++++++++++++++++++++++[>++>+++>++++>+++++<<<<-]+++++++++++++++++++++++++>>>++++.---.+++++++..+++.<<<+++++++.>>>>------.<.+++.------.--------.>+++++++.
```