zhk-kk / pbfc

Python brainfuck compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python brainfuck compiler

!!! Linux only !!!

USAGE: pbfc.py [path_to_source]

pbfc.py should generate a.out executable as a result. Don't call important files as a.out please.

Dependencies:

  • Python 3
  • nasm
  • ld

TODO:

  • Char-by-char user input (without hitting enter)
  • Windows support

About

Python brainfuck compiler

License:GNU General Public License v3.0


Languages

Language:Python 100.0%