Skip to content

ernestoittig/dartfuck

Repository files navigation

A Dart implementation of Brainfuck

style: effective dart shield-license

Get dependencies:

pub get

Brainfuck interpreter

To run the interpreter:

pub run dartfuck path/to/file.bf

For more info:

pub run dartfuck --help

To install dartfuck:

pub global activate -s path .
dartfuck --help