mainBrainfuck Compiler - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 10030
System Name: bfcc
Name: Brainfuck Compiler
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

The Brainfuck Compiler (bfcc) is a tool that builds executables from brainfuck sources or interpretes them. It is written in C++ and uses CMake.

bfcc is divided into 2 parts: the compiler and interpreter. The compiler generates assembler code which can be handled by the GNU Assembler (GAS) that produces object files which can be linked to an executable. Thus GNU Assembler, GNU Linker and GNU C Libs are required. In future bfcc should offer an own, much smaller and faster library that will be linked to brainfuck programs instead of GNU C Lib.

The interpreter can run brainfuck programs without compiling them before.

Registration Date: Sat 18 Oct 2008 11:39:18 AM UTC
License: GNU Lesser General Public License
Development Status: 3 - Alpha

 

Latest News rss feed

No news found

Quick Overview
 Memberlist (1 member)

Communication Tools
 Mailing Lists (0 public mailing lists)

Development Tools
 Task Manager (open items: 0, total: 0)

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code