Skip to content

gholmann16/bf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Compiler

Simple brainfuck compiler. Inputs brainfuck text and outputs an x86_64 elf formatted binary. Requires nasm and ld to be installed. Written fully in rust with no extra dependencies.

Remember when using input that the terminal stores the newline character and will only input a 0 if you provide it with EOF or a similar symbol

Uses similar command line options as gcc

About

Simple brainfuck to amd64 compiler

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages