close
Skip to content

Latest commit

 

History

47 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bf

A simple and (relatively) fast brainfuck interpreter in C.

The reason I used a linked list instead of an array is that I can expand the linked list infinitely in either direction without having to destroy and recreate it each time. Based on my tests, however, this seems to be somewhat less performant than array-based implementations, likely because it's not very cache-friendly.

It should work on anything that supports ANSI C.

About

A simple and portable brainfuck interpreter in C

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages