| Projects on Google Code | Results 1 - 10 of 18 |
*Esotope Brainfuck compiler* (aka *esotope-bfc*) is an optimizing [http://en.wikipedia.org/wiki/Brainfuck Brainfuck]-to-C compiler. It aims at the best Brainfuck compiler ever, enabling many possible optimizations other compilers don't.
It is currently in the development phase, but already it sho...
Awib is a [http://en.wikipedia.org/wiki/Brainfuck brainfuck] compiler, 100% written in brainfuck. It is portable, optimising and supports multiple target platforms. Feed brainfuck source code as input and awib will produce a compiled program as output.
For information on the available target pl...
=BF-JS=
The aim of this project is to provide a working BF interpreter in JavaScript and a working BF to JavaScript compiler. Originally, these utilities were intended to determine the efficiency of and test the limits of JavaScript Just-In-Time (JIT) compilers.
==BF Interpreter in JS==
The int...
Relies on the C preprocessor to generate brainfuck programs based on C macros (#define).
* Create a .bc and #include it in bf.c
* In the .bc, include bclib.c and create a "#define MAIN ..." with BF code that may use the "functions" defined in bclib.bc
* Compile
Then
* Run with '-c' to...
This goal of this project is to generate the smallest brainfuck code that produces a desired text string. Generation of the code is done using a genetic algorithm, with code fitness based on the string comparison of output with desired output and the length of the code itself.
A brainfuck compiler for Java
Zero-Version
= Brief =
_bfj_ is a [http://en.wikipedia.org/wiki/Brainfuck brainfuck] interpreter/jit-compiler written in Java. The jit implementation and optimization yields a relatively good performance.
= Performance =
|| bf program || interpreter || jit-compile ||
|| hanoi.bf || 5562 ms || 1016 ms ||...
A árvorezinha, foi uma ideia de fazer um programa em assembly que reproduzisse o seguinte:
{{{
*
**
***
****
*****
}}}
Fiz o primeiro para x86, e depois os outros foram-se seguindo, uns por mim e outros submetidos por amigos ;-)
* [http://blol.org/70-arvorezinha x86 Assembly]
* [ht...
Written by a kid inspired by brainfuck language. The goal was to assist coding brainfuck-like stuff on the go. This is not a strict brainfuck interpreter implementation, but is mainly based on those ideas. As the language itself, the whole project's goal is fun. So have fun!