Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile file containing dictionary literal #194

Open
h3rald opened this issue Nov 10, 2024 · 0 comments
Open

Unable to compile file containing dictionary literal #194

h3rald opened this issue Nov 10, 2024 · 0 comments

Comments

@h3rald
Copy link
Owner

h3rald commented Nov 10, 2024

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): }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant