Skip to content

A simple implementation of a brainfuck interpreter in C89.

License

Notifications You must be signed in to change notification settings

alexmalyshev/bfin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

A simple implementation (one .c file) of a brainfuck interpreter.

If no filename argument is given then the program will simply run as a
brainfuck interpreter, otherwise the program will execute the file first and
then run as an interpreter.

The one and only source file (src/bfin.c) is licensed under the terms specified
in the LICENSE file (3-clause BSD license).

About

A simple implementation of a brainfuck interpreter in C89.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages