diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 07:16:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 07:16:27 +0000 |
commit | 161411524e92d2a16302bb26f694eb258473ade1 (patch) | |
tree | eb46926fad683aefe62e71364c758cef6264bda8 /lang/Makefile | |
parent | New port: SGL - incomplete STL implementation for ADA95 (diff) |
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 <r.c.ladan@student.tue.nl>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index bd0549ec031d..537f6a64a691 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -9,6 +9,7 @@ SUBDIR += aleph SUBDIR += atlast SUBDIR += awka + SUBDIR += bf2c SUBDIR += bigloo SUBDIR += bwbasic SUBDIR += caml-light |