-
-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
julia> s = "(a;b;c)"
"(a;b;c)"
julia> format_text(s) |> print
┌ Info: parsed
│ t =
│ 1:7 │[toplevel]
│ 1:7 │ [block]
│ 1:1 │ (
│ 2:2 │ Identifier ✔
│ 3:3 │ ;
│ 4:4 │ Identifier ✔
│ 5:5 │ ;
│ 6:6 │ Identifier ✔
│ 7:7 │ )on v0.4.9
I would think that the parens would be part of a parens node, no?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels