aboutsummaryrefslogtreecommitdiff
path: root/lang/bf2c/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* New port: optimizing BF to C compilerEdwin Groothuis2003-09-271-0/+29
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> Notes: svn path=/head/; revision=89524