nixpulvis / brainfuck

A simple brainfuck interpreter in Rust.
http://nixpulvis.com/brainfuck
23 stars 3 forks source link

Functions #11

Open nixpulvis opened 8 years ago

nixpulvis commented 8 years ago

It would be cool to add functions to brainfuck. Some things like +++[- > something < ]>. could be nicely packaged into a function.

offlinemark commented 8 years ago

sounds like a tall order :) we will need to figure out syntax, calling convention, new instructions we will need, maybe have to add an idea of stack?

nixpulvis commented 6 years ago

BrainFunctions™