2024-01-02 15:46:34 +05:30
2021-04-09 23:15:58 +05:30
2021-04-10 10:19:30 +05:30
2024-01-02 15:46:34 +05:30
2023-12-15 14:27:11 +05:30
2021-04-09 23:40:13 +05:30
2021-04-18 00:50:38 +05:30
2021-04-09 23:15:58 +05:30
2021-04-18 00:50:38 +05:30
2021-04-18 00:50:38 +05:30
2021-04-09 23:40:13 +05:30
2021-04-18 11:52:42 +05:30
2021-06-10 20:52:14 +05:30
2021-04-09 23:15:58 +05:30

BF extension

A simple language server based VSCode Extension for the Branflakes BF language. You can also execute your code and see its output.

BF

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
A BF language support extension for VSCode
Readme Apache-2.0 788 KiB
Languages
TypeScript 93.6%
JavaScript 5.3%
ANTLR 1.1%