If you don’t know Brainfuck, please check this video from Fireship and check this gist.
This project is based on a compiler made with Java that you can see here
chmod +x interpreter
write a .bf file, like this
> test.bf
>+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-]>++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++.------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.
and run
./interpreter file.bf