brainf-interpreter/README.md

507 B

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.