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

feat: _ separators in numeric literals #6204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 25, 2024

  1. feat: _ separators in numeric literals

    This PR allows `_` in numeric literals as a separator. For example, `1_000_000`, `0xff_ff` or `0b_10_11_01_00`.
    
    Closes leanprover#6199
    kmill committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3dbce9a View commit details
    Browse the repository at this point in the history