all repos — min @ 76a9adf5ed2d6de2de2f74b571aefed0e809bd00

A small but practical concatenative programming language.

Fixes.
h3rald h3rald@h3rald.com
Mon, 24 Jul 2023 20:43:01 +0000
commit

76a9adf5ed2d6de2de2f74b571aefed0e809bd00

parent

b00b8ca32907332398209dab50f74a693fdb8f86

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M minpkg/core/parser.nimminpkg/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.mdsite/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: