Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add converting codepoints to characters #262

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Add converting codepoints to characters #262

merged 1 commit into from
Jan 15, 2024

Conversation

mat-1
Copy link
Contributor

@mat-1 mat-1 commented Jan 15, 2024

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.

Copy link

codecov bot commented Jan 15, 2024

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 ⚠️
core/src/error.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@printfn
Copy link
Owner

printfn commented Jan 15, 2024

Thanks!

@printfn printfn merged commit 76bddc3 into printfn:main Jan 15, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants