Skip to content

Rinwasyu/brainfuck-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

brainfuck-compiler

A brainfuck compiler that outputs an assembly code.

Usage

build

$ cd src
$ gcc -o bfc bfc.c

compile (brainfuck -> assembly)

$ ./bfc hello.bf > hello.s

assemble & link (assembly -> binary)

$ gcc hello.s -o hello.bin

execute

$ ./hello.bin
Hello World!
$

License

This project is licensed under the GPLv3.

About

A brainfuck compiler that outputs an assembly code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published