Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```