flroux/brainfuck
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.