GithubHelp home page GithubHelp logo

brainfuck-rs's Introduction

Brainfuck

A Brainfuck interpreter written in the Rust programming language, created for a presentation I gave about Esoteric programming languages.

Implementation details

  • tape consists of 30000 u8 cells
  • cell values wrap
  • tape pointer wraps
  • it creates a jump table to speed up jumping; this also means that it will not attempt to execute invalid programs (in terms of mismatched parentheses)

This implementation may not pass all tests, but it is capable of running non-trivial programs (non-trivial for Brainfuck, though) without errors. Additionally, it is small and simple enough that you can easily fix or adapt it to your needs without much trouble.

TODO

  • implement # for debugging purposes
  • add additional information for debugging, more specifically, when creating the jump table, return the location of error
  • implement a flag for
    • buffered output on/off
    • logging levels (verbosity)

Running

Simply use cargo run and pass the filenames of the programs you want to execute.

Licence

This code is licensed under MIT licence (see LICENCE for details).

Regarding the example Brainfuck programs: If there is no licence or credits inside the file itself, it means that it was either written by yours truly, or downloaded from http://brainfuck.org. If you are the author of the presented example programs, and you want it removed, please write me an email at [email protected].

brainfuck-rs's People

Contributors

luka-hash avatar

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.