Skip to content
/ bfc Public

A BrainFuck Compiler which can convert Brainfxxk code to AT&T style x86_64 assembly code

License

Notifications You must be signed in to change notification settings

AtomAlpaca/bfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bfc

Bless

bfc means BrainFuck Compiler, which can convert Brainfxxk code to AT&T style x86_64 assembly code.

build

git clone https://github.com/AtomAlpaca/bfc.git
cd ./bfc/src
make

usage

bfc <source_file> <output_file>

It is OK to not provide the output file name.

license

bfc is licensed under the GNU General Public License v2.0

About

A BrainFuck Compiler which can convert Brainfxxk code to AT&T style x86_64 assembly code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published