min icon indicating copy to clipboard operation
min copied to clipboard

Unable to compile file containing dictionary literal

Open h3rald opened this issue 1 year ago • 0 comments

The following valid min program cannot be compiled:

{
    1 :a
    2 :b
} puts!

Produces:

$ ./min compile test_compile.min 
    Generating test_compile.nim...
(!) (1,1) []: test_compile.min [l:4, c:1] ERROR - Undefined or invalid value (tkBraceRi): }

h3rald avatar Nov 10 '24 11:11 h3rald