Skip to content

alugocp's brainfuck, but with common sense optimizations

Notifications You must be signed in to change notification settings

alsamitech/brainfuck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Interpreter, but efficient

This interpreter does only the most basic optimizations for the sake of speed, like replacing fprintf() with fputs() when applicable.

(aand this adds an install target in the makefile just in case you're too lazy to move it to your path directory by yourself)

Usage: ./brainfuck NOTE: do not use the ./ if you've "installed" it with make install

YouTube Channel of Original Creator

About

alugocp's brainfuck, but with common sense optimizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.1%
  • Makefile 6.2%
  • Brainfuck 5.7%