brainfuckpy/README.md

13 lines
385 B
Markdown
Raw Normal View History

2021-08-02 01:29:01 +00:00
# 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:
```
2021-08-02 01:31:25 +00:00
+++++++++++++++++++++++++[>++>+++>++++>+++++<<<<-]+++++++++++++++++++++++++>>>++++.---.+++++++..+++.<<<+++++++.>>>>------.<.+++.------.--------.>+++++++.
```