a brainfuck interpreter/compiler in python cause i felt like it
with additional functionality when i add it
- Download/Clone the source code
- Run
setup.bat
orsetup.sh
inbuild-scripts
- Either "compile" it by yourself, its easy (here) or download python and run the python file
- Download the source code
- Download python if you haven't already
- Run
build.bat
orbuild.sh
(depending on your operating system) in build-scripts
Open cmd in the directory the executable/source code is in and type bfpy[.py] <run|build> <file>
(only add the .py if running from source code)
- Basic Compiler
- Add support for nested loops because i can't figure it out (someone help please)
- Libraries or Modules
- Add the ability to build BrainFuck to an executable
- Add brainloller support