Skip to content

A Brainfuck interpreter written in TypeScript and Deno

License

Notifications You must be signed in to change notification settings

babiabeo/deno-brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-brainfuck

A Brainfuck interpreter written in TypeScript and Deno.

Usage

./brainfuck <BRAINFUCK_FILE>

Build from source

You need Deno to run or compile TypeScript into an executable. If you don't have it, install it.

Then clone this repo and execute the following:

git clone https://github.com/babiabeo/deno-brainfuck
cd deno-brainfuck
deno task compile

You should see an executable brainfuck in the current directory. To test it, run:

./brainfuck examples/hello_world.bf
# Hello World!

Note

If you don't want to compile it, just run:

deno run --allow-read main.ts examples/hello_world.bf

About

A Brainfuck interpreter written in TypeScript and Deno

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published