From f094584dee7e30d7a8259693f89722bd35b44283 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Tue, 2 Jan 2024 16:08:29 +0530 Subject: [PATCH] [changelog] --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6545a9..b6c03be 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,20 @@ A simple language server based VSCode Extension for the ~~Branflakes~~ BF langua - [X] 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). +If the program requires input, it will be requested as a prompt. TODO: Implement a timeout. + +### Changelog + +#### 0.5.0 + +- Request input as required during execution +- Using array-based indexing. This implies that only positive indices upto 30k are supported. \ No newline at end of file