GithubHelp home page GithubHelp logo

folkertvanheusden / bf-compiler Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 237 KB

"Brainfuck" (programming language) compiler suite

Home Page: https://vanheusden.com/compilers/brainfuck/

License: GNU General Public License v3.0

Python 100.00%
brainfuck brainfuck-compiler brainfuck-transpiler

bf-compiler's Introduction

brainfuck to * compiler

Invoke with:

python compile_brainfuck_to.py language myprogram.bf > myprogram.ext

Replace language with the target language and 'ext' by the appropriate extension.

Run:

python compile_brainfuck_to.py

to see a list of target languages.

compiling the result

ARM / X86

as --64 -g --gstabs+ -o myprogram.o myprogram.asm && ld -o myprogram myprogram.o

c++

g++ -Ofast -fomit-frame-pointer -march=native myprogram.cpp

Java

javac myprogram.java

This produces a "BrainfuckProgram.class"-file which can be executed by:

java BrainfuckProgram

PDP11

pdpy11 myprogram.asm -o myprogram.raw

Pdpy11 (the assembler) can be obtained from https://github.com/pdpy11/pdpy11

Rust

rustc -C opt-level=3 program.rs

SPARC

In Solaris:

as -Q n -b -L myprogram.s
ld a.out -o myprogram
./myprogram

(C) 2016-2024 by [email protected]

bf-compiler's People

Contributors

folkertvanheusden avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.