An open API service indexing awesome lists of open source software.

https://github.com/deric-w/bftools

Brainfuck module for python3
https://github.com/deric-w/bftools

brainfuck brainfuck-transpiler ook ook-transpiler python python3

Last synced: about 1 year ago
JSON representation

Brainfuck module for python3

Awesome Lists containing this project

README

          

# Bftools

This Repository contains a python module with many functions for working with Brainfuck.

The module should be self explanatory.

## Functions:

- bf2py converts Brainfuck to Python
- ook2bf converts Ook to Brainfuck
- bf2ook converts Brainfuck to Ook
- strip_code strip non-brainfuck Letters from Brainfuck code
- check_loops check Loop-syntax in Brainfuck code