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
- Host: GitHub
- URL: https://github.com/deric-w/bftools
- Owner: Deric-W
- License: mit
- Created: 2019-04-30T14:35:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T14:56:04.000Z (about 7 years ago)
- Last Synced: 2025-01-22T06:37:51.764Z (over 1 year ago)
- Topics: brainfuck, brainfuck-transpiler, ook, ook-transpiler, python, python3
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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