icefinger / ABrainFuck

Advanced brainfuck virtual machine implementation
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

Question??? #1

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello, I would like to know the difference between brainfuck and advanced brainfuck?

icefinger commented 3 years ago

Hi, It can open files and manage the files in and out. By this way, for example, you can even open /dev/stdin and /dev/stdout to get an equivalent to cin/cout.

ghost commented 3 years ago

Hummmmmm interesting

ghost commented 3 years ago

is there already a compiler for this?

Xeononyum commented 3 months ago

Hi, It can open files and manage the files in and out. By this way, for example, you can even open /dev/stdin and /dev/stdout to get an equivalent to cin/cout.

Will it work in windows? I dont think there are any equivalent of stdin and stdout