JuliaLang / JuliaLang/JuliaSyntax.jl
0.4.8 lets `a.[1]` parse and lower
Open
- Dominant language
- Julia
- Stars
- 293
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
This came up at https://github.com/JuliaLang/julia/pull/53119
@LilithHafnerBot bisect()
```julia
using JuliaSyntax
JuliaSyntax.parse("a.[1]")
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue with JuliaSyntax.parse("a.[1]") and compare its parsing and lowering behavior with the discussion in JuliaLang/julia#53119. Determine the intended result for this syntax from that linked pull request, then verify the fix against the same minimal example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100