Skip to content

LForchini/brainfuck-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFC

My basic brainfuck (wikipedia) compiler. It has a few optimisations, noted below. Also the assembly is probably quite inefficient, however it works with the tic-tac-toe and mandelbrot examples.

Optimisations

  • Combine multiple of the same instruction
  • Combine multiple of the opposite instruction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages