Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jochasinga/brainfuck

A Brainfuck interpreter
https://github.com/jochasinga/brainfuck

brainfuck command-line-tool interpreter library nim nim-lang

Last synced: 3 days ago
JSON representation

A Brainfuck interpreter

Awesome Lists containing this project

README

        

# brainfuck

A simple [Brainfuck](1) interpreter.

## install

+ Install [Nim and Nimble](2)
+ Build with `nim c brainfuck` or `nimble build`
+ Run `./brainfuck mybrainfuckcode.b`

[1]: https://esolangs.org/wiki/Brainfuck
[2]: https://nim-lang.org/install_unix.html