hades-lang icon indicating copy to clipboard operation
hades-lang copied to clipboard

Add offset field to lexer

Open dhruvrajvanshi opened this issue 1 year ago • 1 comments

dhruvrajvanshi avatar Mar 25 '23 12:03 dhruvrajvanshi

Codecov Report

Merging #155 (ca9467b) into master (a2a316a) will increase coverage by 0.03%. The diff coverage is 100.00%.

:exclamation: Current head ca9467b differs from pull request most recent head be3658d. Consider uploading reports for the commit be3658d to get more accurate results

@@             Coverage Diff              @@
##             master     #155      +/-   ##
============================================
+ Coverage     82.28%   82.32%   +0.03%     
- Complexity     1904     1908       +4     
============================================
  Files            91       91              
  Lines          9271     9280       +9     
  Branches       1960     1960              
============================================
+ Hits           7629     7640      +11     
+ Misses          854      853       -1     
+ Partials        788      787       -1     
Impacted Files Coverage Δ
hadesboot/src/main/kotlin/hadesc/ast/SourceFile.kt 100.00% <100.00%> (ø)
hadesboot/src/main/kotlin/hadesc/parser/Lexer.kt 94.02% <100.00%> (+0.59%) :arrow_up:
hadesboot/src/main/kotlin/hadesc/parser/Parser.kt 90.22% <100.00%> (+0.05%) :arrow_up:

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Mar 25 '23 12:03 codecov[bot]