Giter Club home page Giter Club logo

rustybrainfuck's Introduction

RustyBrainFuck

A BrainFuck interpreter written in rust

This project is my first experiment with the rust programming language

Why?

I wanted to do a simple task while trying to experiment with Rust, so I decided to write a simple BrainFuck interpreter in this language.

Why BrainFuck?

I already wrote BF interpreters in the past, and it's a relative simple task, I've done in C and in JavaScript both example above where not following the spec 100%, I remember I fixed the point made by Daniel Cristofani in the comment section, linking to this in my C implementation but I cannot find that version online, also there should be a Perl implementation and maybe a D one but probably I never published them.

Anyway this implementation must be 100% compatible with ENSI specification and possibly with the portable brainfuck spec

Ideally there should be some tests written to ensure this happens.

Build and test

You can build the main by executing make all

You can just run the tests by executing make test

You can build and execute the hello world source with the make hello command.

rustybrainfuck's People

Contributors

kentaromiura avatar

Watchers

 avatar James Cloos avatar

rustybrainfuck's Issues

do not need to return

Don't need return at the end of a line. If you simply place an expression without a semi-colon, that becomes the return value.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.