-
Notifications
You must be signed in to change notification settings - Fork 36
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
Interpolation expands too much in import #311
Comments
This needs to be reviewed @ https://github.com/julia-vscode/CSTParser.jl/blob/v3.2.4/src/components/internals.jl#L366-L367 function parse_importexport_item(ps, is_colon = false)
if ...
elseif kindof(ps.nt) === Tokens.EX_OR
@closer ps :comma parse_expression(ps)
elseif ...
end
end |
repost of https://github.com/lezer-parser/julia/issues/4 the tree-sitter grammar offer a very partial implementation of the import/export rules. in particular
Here is an update targeting Julia v1.6
I write grammar in bnf format since i don't know the js lingo used by lezer, sorry for the inconvenience REFS
|
FYI
The text was updated successfully, but these errors were encountered: