Skip to content

A samll brainfuck interpreter written in FreeBASIC

License

Notifications You must be signed in to change notification settings

woyxiang/BASIC_BF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BASIC_BF

A samll brainfuck interpreter written in FreeBASIC

Compile

Install FreeBASIC Compiler

wget https://sourceforge.net/projects/fbc/files/FreeBASIC-1.10.0/Binaries-Linux/FreeBASIC-1.10.0-linux-x86_64.tar.gz  
tar xzf FreeBASIC-1.10.0-linux-x86_64.tar.gz  
cd FreeBASIC-1.10.0-linux-x86_64.tar.gz  
sudo ./install.sh -i  

Compile

git clone https://github.com/woyxiang/BASIC_BF
cd BASIC_BF
fbc brainfuck.bas

Usage

Linux:

./brainfuck source.bf  

Windows:

.\brainfuck.exe .\source.bf