An open API service providing repository metadata for many open source software ecosystems.

Topic: "brainfuck-compiler"

brain-labs/brain

An esoteric programming language compiler on top of LLVM based on Brainfuck

Language: C++ - Size: 1.07 MB - Last synced at: 6 months ago - Pushed at: almost 5 years ago - Stars: 132 - Forks: 19

elikaski/BF-it

A C-like language to Brainfuck compiler, written in Python

Language: Python - Size: 1.42 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 122 - Forks: 11

kspalaiologos/asmbf 📦

The only true brainfuck-targetting assembler.

Language: C - Size: 9.03 MB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 108 - Forks: 6

vii5ard/whitespace

An Online Whitesspace compiler, virtual machine and IDE

Language: JavaScript - Size: 284 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 65 - Forks: 15

LovetheFrogs/BrainIDE

Brainfuck IDE using python, bundled with it's own compiler

Language: Python - Size: 446 KB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 48 - Forks: 1

itchyny/llvm-brainfuck

Brainfuck compiler based on LLVM API

Language: C++ - Size: 4.88 KB - Last synced at: 20 days ago - Pushed at: about 8 years ago - Stars: 41 - Forks: 3

lowlevelmemes/bfboot

A full brainfuck to bootable OS image compiler.

Language: Assembly - Size: 9.77 KB - Last synced at: 18 days ago - Pushed at: about 7 years ago - Stars: 35 - Forks: 4

skx/bfcc

BrainFuck Compiler Challenge

Language: Go - Size: 72.3 KB - Last synced at: 13 days ago - Pushed at: over 4 years ago - Stars: 29 - Forks: 0

d3r1n/brainsuck

Programming Language Inspired by Brainfuck

Language: Rust - Size: 2.38 MB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 28 - Forks: 1

erwijet/BrainF.Net

A .NET brainfuck code parsing and execution library

Language: Brainfuck - Size: 66.4 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 25 - Forks: 2

hunar1997/FasterBrainfuckProgramming

This project is to make brainfuck language programming easier, faster and more powerful .. everything is made out of functions making it very easy to port to other languages

Language: C++ - Size: 69.3 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 20 - Forks: 2

Sellig6792/FuckBF

Improved Brainfuck

Language: Rust - Size: 135 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 2

enfiskutensykkel/bf-compiler

Brainfuck compiler for macOS / OS X

Language: C - Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 17 - Forks: 3

ExtReMLapin/fast_brainfuck.lua

High performance brainfuck transpiler/interpreter for Lua with FFI support. Very fast implementation with multiple optimization passes.

Language: Lua - Size: 512 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 12 - Forks: 0

bynect/bflc

A modular compiler framework for Brainfuck-like languages

Language: C - Size: 291 KB - Last synced at: 20 days ago - Pushed at: 5 months ago - Stars: 12 - Forks: 1

M4GNV5/Geschwindigkeitsficken

Speedfuck - optimizing brainfuck compiler

Language: Haskell - Size: 84 KB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 12 - Forks: 0

ignis-sec/Tools

Various tools i created for my own use

Language: C++ - Size: 29.2 MB - Last synced at: 14 days ago - Pushed at: about 7 years ago - Stars: 10 - Forks: 1

typesanitizer/b2piet

Language: OCaml - Size: 113 KB - Last synced at: about 22 hours ago - Pushed at: over 7 years ago - Stars: 10 - Forks: 1

thehxdev/bfi

Fast and efficient BrainFuck interpreter and compiler written in C

Language: C - Size: 127 KB - Last synced at: 13 days ago - Pushed at: 21 days ago - Stars: 9 - Forks: 1

btzy/jelly

Jelly Esoteric Language Compiler

Language: JavaScript - Size: 2.43 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 0

JakuJ/BFC-10000

Heavily optimising Brainf*** compiler targeting LLVM

Language: C++ - Size: 86.9 KB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 8 - Forks: 0

nornagon/bf.wasm

Compile Brainfuck to WebAssembly

Language: JavaScript - Size: 20.5 KB - Last synced at: 23 days ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 2

CodeSteak/Bf2nasm

A small Brainfuck compiler written in Elixir.

Language: Elixir - Size: 22.5 KB - Last synced at: 20 days ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 0

SheatNoisette/vbfcc

A simple Brainfuck compiler made in V

Language: V - Size: 62.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 1

aartaka/sade

An optimizable Brainfuck-to-Lisp compiler.

Language: Common Lisp - Size: 76.2 KB - Last synced at: 18 days ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 0

mzattera/bfbasic

This is a port to GitHub and Eclipse of BFBASIC (https://esolangs.org/wiki/BFBASIC).

Language: Java - Size: 106 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 1

89netraM/Brainfuck.NET

A Brainfuck compiler targeting .NET core

Language: C# - Size: 92.8 KB - Last synced at: 17 days ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 0

JLChnToZ/JITBrainfuck

A tiny .NET JIT compiler for Brainfuck written in C#

Language: C# - Size: 21.5 KB - Last synced at: 21 days ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 1

ttulka/brainfuck2wasm

Binaryen based compiler from brainfuck to WebAssembly (Wasm).

Language: JavaScript - Size: 10.7 KB - Last synced at: 14 days ago - Pushed at: about 4 years ago - Stars: 6 - Forks: 0

mzattera/FuckBench

FuckBench (FB) is a set of development tools to compile several languages to BrainFuck.

Language: Brainfuck - Size: 39.6 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 1

swimmy4days/brainfuck

A simple brainfuck interpreter written in python

Language: Python - Size: 29.3 KB - Last synced at: 3 days ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 3

ffwff/bfjit

JIT interpreter for brainfuck

Language: C - Size: 22.5 KB - Last synced at: 23 days ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 0

paavohuhtala/bfcrs

An optimizing Brainfuck to WebAssembly compiler in Rust

Language: Rust - Size: 924 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 0

eddieantonio/brainmuck.rs

An optimizing Brainfuck JIT* compiler for Apple Silicon, written to learn Rust

Language: Rust - Size: 168 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

bradeythedev/bbcf

Bradeythedev's Brain Compiler Fuck (a brainfuck compiler which outputs C code)

Language: C - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

veremenko-y/nes-brainmelt

Language: Assembly - Size: 71.3 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

nomi-san/brainfuck_jit

My fast Brainfuck JIT compiler for x86 and x86-64 using Asmjit.

Language: Brainfuck - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

fabrv/brasic

BASIC like language that compiles to Brainfuck

Language: Brainfuck - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 1

hitanshu-dhawan/BrainfuckCompiler

:fu:ㅤBrainfuck Compiler written in C++

Language: C++ - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 0

BBpezsgo/Interpreter

High level programming language that compiles into custom bytecodes and brainfuck

Language: C# - Size: 4.1 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 4 - Forks: 0

none-None1/BFFuck

Makes brainfucking easier

Language: Python - Size: 92.8 KB - Last synced at: 13 days ago - Pushed at: 8 months ago - Stars: 4 - Forks: 1

MahmoodJamshidian/BrainFuck

BrainFuck language development

Language: C++ - Size: 1010 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

BaseMax/BrainfuckCompilerC

A C compiler to read and generate C-code from Brainfuck programs (Designed in pure C in the simplest way)

Language: C - Size: 21.5 KB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

slimdestro/brainfuckparser

Brainf*ck compiler Golang

Language: Go - Size: 1.08 MB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

liamg/bfc

A compiler for brainfuck by someone who has no idea how compilers work

Language: Go - Size: 37.1 KB - Last synced at: 22 days ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

gkucmierz/brainfuck

brainfuck compiler to JavaScript code

Language: JavaScript - Size: 23.4 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 2

LebsterFace/bfcomp

Compile an assembly-style language down to BrainFuck!

Language: JavaScript - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

horus-4ever/rust-brainfuck-compiler

A brainfuck compiler written in Rust.

Language: Rust - Size: 49.8 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

hatashiro/mitty

A Brain*uck to WASM compiler

Language: Brainfuck - Size: 327 KB - Last synced at: 10 days ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

Jackson-S/BF-Chip8-Compiler

Converts the esoteric programming language Brainfuck into Chip8 Assembly Code

Language: Python - Size: 701 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

praharshjain/brainfuck-interpreter

A simple brainfuck interpreter written in python.

Language: Python - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 4 - Forks: 2

zhengliw/bf-compiler

Work in progress as always

Language: C - Size: 42 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

Lancern/zig-brainfuck

Brainfuck JIT interpreter written in Zig

Language: Zig - Size: 13.7 KB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

mrjameshamilton/bf-llvm

A LLVM brainf*ck compiler

Language: C++ - Size: 44.9 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

Benn1x/brainf-k

a Brainf**k Interpret writen in rust

Language: Rust - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

kxlsx/bfuc

x86_64 Brainfuck compiler written entirely in x84_64 assembly.

Language: Assembly - Size: 29.3 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

naecoo/brainfuck-compiler

A tiny brainfuck programming language compiler

Language: JavaScript - Size: 25.4 KB - Last synced at: 19 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

Koncord/FuckTools

BrainFuck toolchain

Language: C++ - Size: 63.5 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

Polybagel/Eso-Code

A short program that can compile native esolang code into an exe by converting it into C code and compiling with GCC.

Language: C++ - Size: 57.5 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

cachehash/bfdc

bfdc is an optimizing brainfuck compiler/interpreter

Language: C - Size: 148 KB - Last synced at: 9 months ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

vishen/go-brainfunk

brainfuck compiler that outputs an x86-64 elf executable for linux using no external dependencies

Language: Go - Size: 28.3 KB - Last synced at: 5 days ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

TheDanielMoli/node-brainfuck-compiler

A Brainfuck CLI compiler for Node.js. Brainfuck is an esoteric programming language.

Language: JavaScript - Size: 10.7 KB - Last synced at: 1 day ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

dodobyte/brainfuck

Brainfuck Compiler and Interpreter

Language: C - Size: 3.91 KB - Last synced at: 5 days ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

pete/lbf

The BF language, as a JIT compiler using Lightning

Language: Shell - Size: 173 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 0

spartusch/bfd 📦

A small, 16-bit brainfuck compiler for DOS/Windows

Language: Assembly - Size: 141 KB - Last synced at: about 2 years ago - Pushed at: about 11 years ago - Stars: 3 - Forks: 1

BaseMax/brainfuck2c

A simple Brainfuck-to-C transpiler that converts Brainfuck code into optimized C code. It features token merging, error detection, and clean C output for easy compilation and execution.

Language: C - Size: 6.84 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

alt-art/compilef-ck

Another brainf*ck compiler/interpreter

Language: Rust - Size: 133 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

folkertvanheusden/bf-compiler

"Brainfuck" (programming language) compiler suite

Language: Python - Size: 231 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

pickaxe828/rsfk

Provides Brainfuck inline macro, technically can compiler your BF code. Written with Rust, macros and a splash of ❤️

Language: Rust - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

UtoECat/kissfuck

KISS brainfuck interpreter with a compilation to the bytecode :p

Language: C - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

AxelUlmestig/brainfuck

Language: Haskell - Size: 91.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

tttardigrado/hsfuck

Write you a brainfuck compiler for the greater good

Language: Haskell - Size: 2.33 MB - Last synced at: 20 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

micahondiwa/monty

Monty 0.98 is a scripting language that is first compiled into Monty byte codes (Just like Python)

Language: C - Size: 77.1 KB - Last synced at: 20 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Louiml/bfc

Language: C++ - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Proxin420/bf

A better version of brainfuck

Language: Python - Size: 87.9 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

jyothiraditya-n/bfcli 📦

The Interactive Brainfuck Command-Line Interpreter (& Optimising Compiler)

Language: C - Size: 357 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

xTarzx/rustfuck

Brainfuck interpreter in Rust

Language: Rust - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

linux4life798/gobf

A Brainfuck interpreter and optimizing compiler written in Go

Language: Go - Size: 93.8 KB - Last synced at: 10 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

TheLeftExit/BrainfuckToMSIL

Proof of concept Brainfuck-to-MSIL compiler

Language: C# - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

rachelambda/bc

A simple brainfuck compiler for x86_64-linux. Mirror of https://git.depsterr.com/bc

Language: C - Size: 28.3 KB - Last synced at: 5 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

HakierGrzonzo/bfc64

A brainfuck cross-compiler for commodre 64

Language: C++ - Size: 1.32 MB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

lazear/trainmuck

A fast and simple optimizing brainfuck compiler

Language: Standard ML - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

AXDOOMER/clusterfuck

An optimizing JIT compiler for brainfuck

Language: C - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

mkostoevr/OBFMC 📦

Optimizing BrainFuck MultiCompiler.

Language: Brainfuck - Size: 50.8 KB - Last synced at: 19 days ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

nathanfarlow/BrainFCE 📦

A BF interpreter and native compiler written in C for TI 84+ CE calculators.

Language: C - Size: 7.81 MB - Last synced at: 11 days ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

osvein/brainfuck2sed

Brainfuck to sed compiler, written entirely in sed (proof that sed is Turing-complete)

Language: sed - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

lathanasiadis/brainfuck-compiler

Compiles brainfuck code to MIPS assembly

Language: C - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

ylegall/BrainSaver

BrainSaver is a toy language that compiles to BrainFuck

Language: Kotlin - Size: 371 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

cjsmeele/koppie

A Brainf*** compiler built on top of LLVM

Language: C++ - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

edmundsmith/bfjit-idr

Brainfuck JIT/Compiler made with Idris

Language: Idris - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 1

bozbalci/fk

A Brainfuck compiler based on LLVM

Language: C++ - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

owlonpc/brainquack

Simple x86-64 Linux JIT compiler for the brainfuck programming language.

Language: C - Size: 75.2 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 1

mrjameshamilton/java-class-file-api-bf-compiler

A Brainf*ck JVM compiler using the Java Class-File API

Language: Java - Size: 11.7 KB - Last synced at: 18 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

comradecobweb/CobwebBrainfuck

Brainfuck Java implementation

Language: Java - Size: 41 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Steake/TinySol

TinySol is a subset of Solidity, designed to be compatible with Brainfuck, a Turing-complete language with a minimalist instruction set. This project includes a compiler that translates TinySol code into Brainfuck, allowing for the execution of smart contracts and other logic within the Brainfuck environment, suitable for execution on TinyChain.

Language: Python - Size: 243 KB - Last synced at: 18 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

lleyton/bfc

A naive Brainfuck compiler frontend for QBE.

Language: Rust - Size: 16.6 KB - Last synced at: 20 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

Agzam4/BrainfuckCodeGeneraor

Convert java code to brainfuck

Language: Java - Size: 39.1 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 1

MeGaL0DoN/MegaBF

Brainfuck JIT/AOT x86-64 compiler

Language: C++ - Size: 91.8 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

justapig9020/bf-compiler

bf-compiler is a tool for compiling C-like programs into Brainfuck

Language: Rust - Size: 63.5 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

anarchie347/BrainfuckPlus

An adaptation of brainfuck intended to make it easier to write brainfuck code

Language: C# - Size: 194 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0