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

Fix #578: lexer wrongly interprets ".e[0-9]" as a number with scientific notation. #579

Open
wants to merge 6 commits into
base: 5.10.x
Choose a base branch
from

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    bd63b4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ec3d03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26e1b5d View commit details
    Browse the repository at this point in the history
  4. Fix forgotten statement on parseNumber to move from state 10 to state…

    … 4, causing wrong lexing process.
    niconoe- committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    77a8698 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b18ba3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a004a6c View commit details
    Browse the repository at this point in the history