brainfuck_interpreter

Version, currently master branch1 version
  • master branchlatestAug 12, 2023

github.com/Ruberald/brainfuck-interpreter-cr

A BrainFuck interpreter written in the Crystal language

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  brainfuck_interpreter:
    github: Ruberald/brainfuck-interpreter-cr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.9.0
License
MIT
Author
Ruberald
Target
  • brainfuck_interpreter from src/main.cr

Dependencies

This version declares no dependencies.

README

Brainfuck Interpreter

This is a very basic Brainfuck interpreter

Installation

$ git clone https://github.com/Ruberald/brainfuck-interpreter-cr.git
$ cd brainfuck-interpreter-cr
$ shards build

Usage

$ ./bin/brainfuck_interpreter [your program string]