bef076239e7f234f2310e7e43228e29a53b88d0d
BF extension
A simple language server based VSCode Extension for the Brainfuck Branflakes BF language. You can also execute your code and see its output.
Functionality
- Syntax
- Bracket matching
- Autocomplete suggestions
- Extension icon
- Execution
- Timeout
Execution
Use 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.
Additionally, all input is done before program execution (If the program requests for input that hasn't been provided, zero
is fed to it).
TODO: Implement a timeout.
Description
Languages
TypeScript
93.6%
JavaScript
5.3%
ANTLR
1.1%