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

Correct Parsing of Floating Point Literals, issue #253 #277

Merged
merged 2 commits into from
Aug 31, 2018

Commits on Aug 31, 2018

  1. Corrects the type attribute of a constant node when parsing doubles. …

    …This sets the type attribute to either 'float', 'long double' or 'double' depending on if 'f|F', 'l|L' or '' is specified at the end of the constant definition.
    robbert-harms committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    6670f3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57ac8cd View commit details
    Browse the repository at this point in the history