This commit is contained in:
2025-07-20 04:31:53 +01:00
parent 3f8f515262
commit 56e27a2d14
5 changed files with 13 additions and 8 deletions

View File

@@ -14,19 +14,23 @@ A simple language server based VSCode Extension for the (Branflakes?) (BrainFuck
### Execution
Use the BF execute task to execute the code.
Because JS is single threaded+.
If the program requires input, it will be requested as a prompt.
Either run the "current file" task, or create a customized task with the required file.
I/O is done on the created terminal window.
TODO: Implement a timeout.
There is also an older command to run the code, where output is shown as a status message. Here, if the program requires input, it will be requested as a prompt.
### Changelog
#### 0.3.0
![command](./assets/command.gif)
- Added a task for execution
- Press Control C to halt it while its waiting for input
- Close task to abort execution
- Detail: The program will halt between loop iterations.
- Migrated the run command to `bf.execute.old`
#### 0.2.1