Thursday 29 March 2018

Brainfuck Program Interpreter



This is a Brainf**k interpreter developed by me to help people check their outputs. If you need some help with the language checkout my blog on the topic. Please keep in mind following limitations and features of this interpreter :




  • Program assumes single digit numerical input - So if alphabets or other non-numerical printable chars are entered, 48 would be subtracted from input as ASCII of char '0' is 48.
  • If multi-character values are entered then only first char of each input is considered as valid input.
  • Enter inputs after program separated by '&' as done in URL. Check the hint text in text area below.
  • For Non printable output chars you would see "NPC-charCode".











  • No comments:

    Post a Comment

    Feel free to share your thoughts...