Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 935 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 935 Bytes

BFPY

a brainfuck interpreter/compiler in python cause i felt like it

with additional functionality when i add it

Installation from source code

  1. Download/Clone the source code
  2. Run setup.bat or setup.sh in build-scripts
  3. Either "compile" it by yourself, its easy (here) or download python and run the python file

"Compiling"

  1. Download the source code
  2. Download python if you haven't already
  3. Run build.bat or build.sh (depending on your operating system) in build-scripts

Usage

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)

TODO

  • 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