Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donno2048/bfc
Brainfuck compiler
https://github.com/donno2048/bfc
brainfuck compiler python-package
Last synced: 27 days ago
JSON representation
Brainfuck compiler
- Host: GitHub
- URL: https://github.com/donno2048/bfc
- Owner: donno2048
- License: mit
- Created: 2024-01-18T11:44:25.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-19T07:29:24.000Z (10 months ago)
- Last Synced: 2024-08-09T09:32:40.966Z (3 months ago)
- Topics: brainfuck, compiler, python-package
- Language: Python
- Homepage: https://pypi.org/project/bfcc/
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bfc
[![Testing](https://github.com/donno2048/bfc/actions/workflows/test.yml/badge.svg)](https://github.com/donno2048/bfc/actions/workflows/test.yml)
A brainfuck compiler for 64-byte arm linux
Yes, it is a compiler, not an interpreter.
## Installation
### From PyPI
```sh
pip3 install bfcc
```### From GitHub
```sh
pip3 install git+https://github.com/donno2048/bfc
```## Usage
```sh
bfc input.bf output
```