Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glubs9/python-interpreter-for-brainfuck-using-numbers
This is just a small little python interpreter for brainfuck, it doesn't support characters being outputted because i find it more fun to work with numbers, though i'm sure i could implement a sorta like print both things, numbers and characters when it prints. also sorry if the code is a bit shit i wrote it in an hour at 10 pm.
https://github.com/glubs9/python-interpreter-for-brainfuck-using-numbers
Last synced: about 21 hours ago
JSON representation
This is just a small little python interpreter for brainfuck, it doesn't support characters being outputted because i find it more fun to work with numbers, though i'm sure i could implement a sorta like print both things, numbers and characters when it prints. also sorry if the code is a bit shit i wrote it in an hour at 10 pm.
- Host: GitHub
- URL: https://github.com/glubs9/python-interpreter-for-brainfuck-using-numbers
- Owner: Glubs9
- Created: 2018-10-08T05:30:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T04:47:22.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T13:40:40.848Z (about 2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
this is a brainfuck interpreter for python using numbers.
esolang link for brainfuck https://esolangs.org/wiki/Brainfuckfeel free to make changes to the code for optimization or bugs or i may have gotten something wrong.
by using numbers i mean that there is no support for numbers to be outputted or inputted and the only things that work is numbers. this is because i find numbers much more fun than characters/strings to mess around with.
most of the stuff in the file should be pretty self-explanatory, though at some points it might be hard to understand. I will at some point add additional documentation.
Also sorry if the code is a bit shit I did write it in an hour at 11 pm which is not that late but I do need my sleep.
Thx for checking out my stuff !