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

enh(haskell) BinaryLiterals, NumericUnderscores, HexFloatLiterals #3150

Merged

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    e2151e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c55ad76 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. enh(haskell) Restucture Haskell number parsing

    Restructured Haskell's number parsing, taking a cue from Swift's
    implementation. As a happy coincidence, this patch adds support for
    Haskell's `HexFloatLiterals` language extension.
    martijnbastiaan committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    29479c1 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.md

    joshgoebel committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    6277cf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fbd326 View commit details
    Browse the repository at this point in the history