bzick / tokenizer

Tokenizer (lexer) for golang
MIT License
92 stars 6 forks source link

Fix number parser #16

Closed bzick closed 5 months ago

bzick commented 5 months ago

Now, parser validate subsequent sequence of bytes for recognition of numbers (#11 )

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 95.23810% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 85.18%. Comparing base (099c6a8) to head (5aa2b6a).

Files Patch % Lines
parser.go 95.23% 1 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #16 +/- ## ========================================== + Coverage 83.28% 85.18% +1.89% ========================================== Files 5 5 Lines 724 729 +5 ========================================== + Hits 603 621 +18 + Misses 92 82 -10 + Partials 29 26 -3 ```

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