Interpreter for Brainfuck
Go to file
2024-06-27 21:26:37 +01:00
.gitignore initial commit: basic interpreter 2024-06-27 21:26:37 +01:00
index.ts initial commit: basic interpreter 2024-06-27 21:26:37 +01:00
package.json initial commit: basic interpreter 2024-06-27 21:26:37 +01:00
README.md initial commit: basic interpreter 2024-06-27 21:26:37 +01:00
test.bf initial commit: basic interpreter 2024-06-27 21:26:37 +01:00
tsconfig.json initial commit: basic interpreter 2024-06-27 21:26:37 +01:00

Brainfuck Interpreter

This is a project I worked on for Hack Club Arcade.

Usage

You can run `bun index.ts .bf` to interpret a file. As of right now, there is no binary.

Testing

$ bun index.ts test.bf

The contents of test.bf is a brainfuck program that outputs Hello World.