nixpulvis / brainfuck

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

Remove hard coded cycle count #25

Open nixpulvis opened 7 years ago

nixpulvis commented 7 years ago

We really want to make this an optional argument. For example:

brainfuck --limit 1M ...
# or
brainfuck -l 20

Exact details of the number syntax should be considered.