Skip to content
This repository was archived by the owner on Jul 15, 2019. It is now read-only.

Compiles Brainfuck source code for i386 Linux target.

License

Notifications You must be signed in to change notification settings

SergeGris/BrainFuck-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck compiler

Compiles Brainfuck source code to executable file.

Brainfuck programming language is described at Wikipedia: https://en.wikipedia.org/wiki/Brainfuck

Current version of this compiler produces assembly source code, which is targeted to x86 CPU and uses Linux system calls. Assembly source code has to be compiled with NASM to create executable binary.

Install:

make && sudo make install

Uninstall:

sudo make uninstall

About

Compiles Brainfuck source code for i386 Linux target.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published