Wilfred / bfc

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

Possible additions #24

Closed violetastcs closed 6 years ago

violetastcs commented 6 years ago

OK so before you say that this isn't brainfuck if you add more, i know it isn't, but you could make a subset which adds all this (maybe barefuck, idk)

OK so basically my idea was for there to be more features so that we could write the esoteric OS described on the esolang wiki (https://bit.ly/2GiXKxb) in an esoteric language.

The things I think we would need to implement (some are just to make things slightly easier but still)

Also, maybe just to keep it a regular bf compiler aswell, you would have to specify an option for it to use this subset.

I know there is little chance that this suggestion will be considered, but it's worth a try :P

Wilfred commented 6 years ago

Hi Jacob!

Thanks for looking at bfc :). I'm afraid that I'm not interested in extending bfc. I'd be open to adding common brainfuck extensions, such as # or even considering +[]] to be a legal program, but I don't have ambitions beyond that.

You are, of course, welcome to fork the project :)