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

Support power notation via unicode superscript characters #270

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Support power notation via unicode superscript characters #270

merged 1 commit into from
Feb 23, 2024

Conversation

frectonz
Copy link
Contributor

Closes #168

BEFORE
image

AFTER
image

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

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

Comparison is base (fb02762) 83.20% compared to head (053428d) 83.23%.

Files Patch % Lines
core/src/lexer.rs 96.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #270      +/-   ##
==========================================
+ Coverage   83.20%   83.23%   +0.03%     
==========================================
  Files          52       52              
  Lines       14532    14568      +36     
==========================================
+ Hits        12091    12126      +35     
- Misses       2441     2442       +1     

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

@printfn
Copy link
Owner

printfn commented Feb 23, 2024

Wow, this is way simpler than I thought it'd be to implement.

@printfn printfn merged commit 465413f into printfn:main Feb 23, 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.

Support power notation: 200²
2 participants