JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

AST: parse `a.b` as `(. a b)` #325

Closed c42f closed 1 year ago

c42f commented 1 year ago

Fix #324 as described there.

codecov[bot] commented 1 year ago

Codecov Report

Merging #325 (50a4403) into main (5aad812) will decrease coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #325      +/-   ##
==========================================
- Coverage   96.56%   96.54%   -0.03%     
==========================================
  Files          14       14              
  Lines        4139     4140       +1     
==========================================
  Hits         3997     3997              
- Misses        142      143       +1     
Impacted Files Coverage Δ
src/parser.jl 98.03% <ø> (-0.01%) :arrow_down:
src/expr.jl 99.68% <100.00%> (-0.32%) :arrow_down: