- Create a file a name it
filename.bfed. You can type in the terminal :
$ touch <FILENAME>.bfedThe program verifies the extension. Why ? Beacause it's BrainFucked ! If the extension isn't .bfed compiler will return an error.
-
Write your program. It's recommended to have a main file or a starting point for the program. Else imports may not work correctly...
-
Compile it ! How ? By typing :
$ bfed <FILENAME>.bfedin the terminal and see how many error you have ;)
This project is under the MIT License.