printfn / fend

Arbitrary-precision unit-aware calculator
https://printfn.github.io/fend
MIT License
587 stars 50 forks source link

Add converting codepoints to characters #262

Closed mat-1 closed 5 months ago

mat-1 commented 5 months ago

This PR adds the ability to do expressions like "97 to character". I think this makes sense since you can already do the inverse conversion of characters to codepoints.

codecov[bot] commented 5 months ago

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (bb43194) 83.27% compared to head (5c48b97) 83.20%.

Files Patch % Lines
core/src/ast.rs 8.33% 11 Missing :warning:
core/src/error.rs 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #262 +/- ## ========================================== - Coverage 83.27% 83.20% -0.08% ========================================== Files 52 52 Lines 14518 14532 +14 ========================================== + Hits 12090 12091 +1 - Misses 2428 2441 +13 ```

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

printfn commented 5 months ago

Thanks!