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

exponent noation real parsing #639

Merged
merged 6 commits into from
Jan 8, 2025
Merged

exponent noation real parsing #639

merged 6 commits into from
Jan 8, 2025

Conversation

joe-hauns
Copy link
Contributor

Fixed the parsing of exponent notation integers that was broken by introducing gmp as @quickbeam123 pointed out.
Now we can parse problems like

tff(p_real_type,type,
    p_real: $real > $o ).

tff(reals,axiom,
    ( p_real(123.456e78)
    | p_real(123.456E78)
    | p_real(-123.456E78)
    | p_real(123.456E-78)
    | p_real(-123.456E-78) ) ).

again.

@joe-hauns joe-hauns requested a review from quickbeam123 January 7, 2025 16:09
@joe-hauns
Copy link
Contributor Author

(this one depends on the signature PR)

@quickbeam123 quickbeam123 merged commit e545724 into master Jan 8, 2025
1 check passed
@quickbeam123 quickbeam123 deleted the gmp branch January 8, 2025 10:40
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.

2 participants