The FreeBSD Ports Archive
FreeBSD lang : bf2c4>
Optimizing BrainF*ck to C compiler
BrainF*ck is a minimalistic, yet Turing-complete programming language with
only 8 instructions. bf2c compiles a BF file into a corresponding C file,
optimizing as much as possible for speed, size and readability.
It is written for fun, self-educating purposes and to beat existing
BF compilers.
http://bf2c.sourceforge.net/
|
bf2c history
v. 1.7
date: 2006/12/15 02:12:57; author: shaun; state: Exp; lines: +4 -0
- Fix build with GCC 4.x (by switching off -Werror). [1]
- Respect CXX and CXXFLAGS.
PR: ports/106749 [1]
Submitted by: Rene Ladan (maintainer)
v. 1.6
date: 2006/04/08 23:14:16; author: pav; state: Exp; lines: +1 -1
- Update maintainer's address
PR: ports/95523
Submitted by: Rene Ladan (maintainer)
v. 1.5
date: 2006/02/22 16:18:49; author: tdb; state: Exp; lines: +6 -6
- Pass maintainership (back) to submitter.
PR: 93642
Submitted by: Rene Ladan
v. 1.4
date: 2005/10/29 20:27:05; author: mnag; state: Exp; lines: +1 -1
Drop MAINTAINER
PR: 88196
Submitted by: Rene Ladan (maintainer)
v. 1.3
date: 2004/04/29 14:10:19; author: arved; state: Exp; lines: +1 -2
Update to 1.2.3
PR: 65911
Submitted by: Rene Ladan
v. 1.2
date: 2004/02/04 05:21:32; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.1
date: 2003/09/27 07:16:27; author: edwin; state: Exp;
New port: optimizing BF to C compiler
BrainF*ck is a minimalistic, yet Turing-complete programming
language with only 8 instructions. bf2c compiles a BF file
into a corresponding C file, optimizing as much as possible
for speed, size and readability.
It is written for fun, self-educating purposes and to beat
existing BF compilers.
PR: ports/57241
Submitted by: Rene Ladan
=============================================================================
v. 1.7
date: 2006/12/15 02:12:57; author: shaun; state: Exp; lines: +4 -0
- Fix build with GCC 4.x (by switching off -Werror). [1]
- Respect CXX and CXXFLAGS.
PR: ports/106749 [1]
Submitted by: Rene Ladan (maintainer)
v. 1.6
date: 2006/04/08 23:14:16; author: pav; state: Exp; lines: +1 -1
- Update maintainer's address
PR: ports/95523
Submitted by: Rene Ladan (maintainer)
v. 1.5
date: 2006/02/22 16:18:49; author: tdb; state: Exp; lines: +6 -6
- Pass maintainership (back) to submitter.
PR: 93642
Submitted by: Rene Ladan
v. 1.4
date: 2005/10/29 20:27:05; author: mnag; state: Exp; lines: +1 -1
Drop MAINTAINER
PR: 88196
Submitted by: Rene Ladan (maintainer)
v. 1.3
date: 2004/04/29 14:10:19; author: arved; state: Exp; lines: +1 -2
Update to 1.2.3
PR: 65911
Submitted by: Rene Ladan
v. 1.2
date: 2004/02/04 05:21:32; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.1
date: 2003/09/27 07:16:27; author: edwin; state: Exp;
New port: optimizing BF to C compiler
BrainF*ck is a minimalistic, yet Turing-complete programming
language with only 8 instructions. bf2c compiles a BF file
into a corresponding C file, optimizing as much as possible
for speed, size and readability.
It is written for fun, self-educating purposes and to beat
existing BF compilers.
PR: ports/57241
Submitted by: Rene Ladan
=============================================================================
v. 1.7
date: 2006/12/15 02:12:57; author: shaun; state: Exp; lines: +4 -0
- Fix build with GCC 4.x (by switching off -Werror). [1]
- Respect CXX and CXXFLAGS.
PR: ports/106749 [1]
Submitted by: Rene Ladan (maintainer)
v. 1.6
date: 2006/04/08 23:14:16; author: pav; state: Exp; lines: +1 -1
- Update maintainer's address
PR: ports/95523
Submitted by: Rene Ladan (maintainer)
v. 1.5
date: 2006/02/22 16:18:49; author: tdb; state: Exp; lines: +6 -6
- Pass maintainership (back) to submitter.
PR: 93642
Submitted by: Rene Ladan
v. 1.4
date: 2005/10/29 20:27:05; author: mnag; state: Exp; lines: +1 -1
Drop MAINTAINER
PR: 88196
Submitted by: Rene Ladan (maintainer)
v. 1.3
date: 2004/04/29 14:10:19; author: arved; state: Exp; lines: +1 -2
Update to 1.2.3
PR: 65911
Submitted by: Rene Ladan
v. 1.2
date: 2004/02/04 05:21:32; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.1
date: 2003/09/27 07:16:27; author: edwin; state: Exp;
New port: optimizing BF to C compiler
BrainF*ck is a minimalistic, yet Turing-complete programming
language with only 8 instructions. bf2c compiles a BF file
into a corresponding C file, optimizing as much as possible
for speed, size and readability.
It is written for fun, self-educating purposes and to beat
existing BF compilers.
PR: ports/57241
Submitted by: Rene Ladan
=============================================================================
|
| |

|