An open API service indexing awesome lists of open source software.

https://github.com/zonble/brainfuck_dart

A sample command-line Brainfuck interpreter
https://github.com/zonble/brainfuck_dart

brainfuck-interpreter dart dartlang

Last synced: 8 months ago
JSON representation

A sample command-line Brainfuck interpreter

Awesome Lists containing this project

README

          

A sample command-line Brainfuck interpreter implemented with Dart language.

## Installation

You can install the command-line tool via [dart pub](https://pub.dev/). Just run the command blow.

```sh
pub global activate brainfuck
```

## Usage

```
brainfuck "YOUR_BRAINFUCK_CODE"
```