Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Math in brackets not parsed correctly #42

Open
lefticus opened this issue Mar 9, 2024 · 0 comments · Fixed by #50
Open

Math in brackets not parsed correctly #42

lefticus opened this issue Mar 9, 2024 · 0 comments · Fixed by #50

Comments

@lefticus
Copy link
Collaborator

lefticus commented Mar 9, 2024

val data = raw[1,2,3]
data[0 + 1] = 3
───┬─ /home/jason/june/examples/june_hello_world/main/main.june:2:8
 1 │ val data = raw[1,2,3]
 2 │ data[0 + 1] = 3
   │        ╍ error: expected: right bracket ']'
 3 │ 
───┴─
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant