brainf-interpreter/README.md

20 lines
507 B
Markdown
Raw Permalink Normal View History

2024-06-27 20:26:37 +00:00
# Brainfuck Interpreter
This is a project I worked on for Hack Club [Arcade](https://hackclub.com/arcade).
## Usage
<!-- (On release) The interpreter can be found on [my CDN](https://haroon.hackclub.app/cdn/bf):
```sh
$ curl -LO https://haroon.hackclub.app/cdn/bf
```
Once installed, y-->You can run `bun index.ts <file>.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.