A simple Brainfuck interpreter in Rust ยท GitHub

Skip to content </textarea> '"` All gists GitHub Sign up for a GitHub account Sign in Create a gist now Instantly share code, notes, and snippets. Star 0 Fork 0 mythmon / brainfuck.rs Created Dec 1, 2015 Embed What would you like to do? Embed Embed this gist in your website. Embed Share Copy sharable URL for this gist. Share Clone via HTTPS Clone with Git or checkout with SVN using the repository's web address. HTTPS Learn more about clone URLs Download ZIP Code Revisions 1 /.container /.repohead A simple Brainfuck interpreter in Rust Raw brainfuck.rs use std :: convert :: Into ; use std :: io :: { self , Read } ; use std :: num :: Wrapping ; fn main () { let mut i...

Linked on 2015-12-01 06:55:53 | Similar Links