ianlewis / lexparse

Experimental lexer/parser library written in Go
Apache License 2.0
0 stars 1 forks source link

fix: Node line, column, and position #52

Closed ianlewis closed 1 month ago

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 91.30%. Comparing base (e9e0612) to head (6863ef1).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/ianlewis/lexparse/pull/52/graphs/tree.svg?width=650&height=150&src=pr&token=PD7UEVGU5S&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ian+Lewis)](https://app.codecov.io/gh/ianlewis/lexparse/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ian+Lewis) ```diff @@ Coverage Diff @@ ## main #52 +/- ## ========================================== + Coverage 90.19% 91.30% +1.11% ========================================== Files 3 3 Lines 367 368 +1 ========================================== + Hits 331 336 +5 + Misses 24 21 -3 + Partials 12 11 -1 ``` | [Files with missing lines](https://app.codecov.io/gh/ianlewis/lexparse/pull/52?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ian+Lewis) | Coverage Δ | | |---|---|---| | [lexer.go](https://app.codecov.io/gh/ianlewis/lexparse/pull/52?src=pr&el=tree&filepath=lexer.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ian+Lewis#diff-bGV4ZXIuZ28=) | `86.80% <ø> (ø)` | | | [parser.go](https://app.codecov.io/gh/ianlewis/lexparse/pull/52?src=pr&el=tree&filepath=parser.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ian+Lewis#diff-cGFyc2VyLmdv) | `96.15% <100.00%> (+2.60%)` | :arrow_up: |