Wilfred / bfc

An industrial-grade brainfuck compiler
https://bfc.wilfred.me.uk
GNU General Public License v2.0
504 stars 30 forks source link

Take in inputs on multiple lines #35

Open Ning1253 opened 3 years ago

Ning1253 commented 3 years ago

Hey, I just wanted to say that it compiled and runs perfectly now!! The only problem I have is that whenever I use commas to take inputs, for some reason no matter how I split up the commas (including if I within the code make it print \n\r), it expects every single input to be on exactly one line of the code.

This is probably just me, but I was wondering if there was a way to avoid this, so that I could take inputs on multiple lines?