Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexdenkk/bf

simple brainfuck compiler written in go
https://github.com/alexdenkk/bf

brainfuck compiler go

Last synced: 2 days ago
JSON representation

simple brainfuck compiler written in go

Awesome Lists containing this project

README

        

# brainfuck compiler
simple brainfuck compiler written in go

## requirements
- go 1.19+

## build
```cmd
go build -o bf cmd/main.go
sudo mv bf /usr/bin/
```

## usage
```cmd
bf
```