all repos — min @ df6d165c853084c7b16681b014e12e9cffc11183

A small but practical concatenative programming language.

Fixed dictionary literal parsing.
h3rald h3rald@h3rald.com
Wed, 03 Jun 2026 06:48:30 +0200
commit

df6d165c853084c7b16681b014e12e9cffc11183

parent

eaaa3c87890980e3f7a8883c49db1bf041f144ac

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

jump to
M minpkg/core/parser.nimminpkg/core/parser.nim

@@ -772,6 +772,7 @@ continue

c = c+1 if not valSet: val = v + valSet = true elif v.kind == minSymbol: let key = v.symVal if key[0] == ':' or key[0] == '^':

@@ -862,6 +863,7 @@ continue

c = c+1 if not valSet: val = v + valSet = true elif v.kind == minSymbol: let key = v.symVal if key[0] == ':' or key[0] == '^':