JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
266 stars 32 forks source link

add more specific error for invalid identifier start chars #421

Open JeffBezanson opened 4 months ago

JeffBezanson commented 4 months ago

Some characters can continue but not start an identifier. Currently these give an "unknown unicode character" error, which could be more accurate.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.17%. Comparing base (a6f2d15) to head (2fb672f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #421 +/- ## ========================================== + Coverage 94.61% 96.17% +1.56% ========================================== Files 14 14 Lines 4178 4185 +7 ========================================== + Hits 3953 4025 +72 + Misses 225 160 -65 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.