BF extensionA simple language server based VSCode Extension for the (Branflakes?) (BrainFuck?) BF language. You can also execute your code and see its output. Functionality
ExecutionUse the command to execute the code. Issue is, because BF is a turing complete language, there is no way to know if the program will terminate or not. Hence for now, the command may lead to infinite execution. If the program requires input, it will be requested as a prompt. TODO: Implement a timeout. Changelog0.2.1
0.2.0
0.1.0
Building it
|