Skip to content

A simple brainfuck interpreter

Notifications You must be signed in to change notification settings

flroux/brainfuck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It's simply a way for wasting my time.
It's a brainfuck interpreter, nothing difficult :3

This version comes with an optional line comment support.
Compile with
  $ make BF_COMMENT_CHAR=';'
to use semicolon as line comment.

About

A simple brainfuck interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.8%
  • Makefile 18.2%