Fixes.
h3rald h3rald@h3rald.com
Mon, 24 Jul 2023 20:43:01 +0000
2 files changed,
2 insertions(+),
2 deletions(-)
M
minpkg/core/parser.nim
→
minpkg/core/parser.nim
@@ -804,7 +804,7 @@ discard getToken(p)
of tkBracketLe: CVARCOUNT.inc var qvar = "q" & $CVARCOUNT - result.add indent&"var "&qvar&" = newSeq[V](0)" + result.add indent&"var "&qvar&" = newSeq[MinValue](0)" discard getToken(p) while p.token != tkBracketRi: var instructions = p.compileMinValue(i, false, indent)
M
site/contents/get-started.md
→
site/contents/get-started.md
@@ -73,7 +73,7 @@
To start the min shell, run [min](class:cmd) with no arguments. You will be presented with a prompt displaying the path to the current directory: > %min-terminal% -> min shell v$versio +> min shell v{{$version}} > [[/Users/h3rald/test]$](class:prompt) You can type min code and press [ENTER](class:kbd) to evaluate it immediately: