6e143cd4d08b1681d0294e4b3a790d35b65904d2
BF extension
A simple language server based VSCode Extension for the 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. If the program requires input, it will be requested as a prompt.
TODO: Implement a timeout.
Changelog
0.1.0
- Request input as required during execution
- Using array-based indexing. This implies that only positive indices upto 30k are supported.
Description
Languages
TypeScript
93.6%
JavaScript
5.3%
ANTLR
1.1%