Skip to content

A cross-compiler that compiles the esoteric language brainfuck to C code.

Notifications You must be signed in to change notification settings

ahoward1024/bf_compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a brainfuck compiler.

The current compiler parses a .bf file for brainfuck characters, checks brainfuck syntax, and compiles a successful syntax check to a C program (build.c).

Currently, in order to run the compiler gcc must be installed on your machine and available in the system's PATH variable and only compiles a file named helloworld.bf. Added functionality to specify input and build files will be added eventually (and quite possibly the ability to select a C compiler of one's choice).

v1.0 v1.1

About

A cross-compiler that compiles the esoteric language brainfuck to C code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published