Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Fortran grammar fixes#6

Open
melven wants to merge 2 commits intoDLR-SC:masterfrom
melven:Fortran-grammar-fixes
Open

Fortran grammar fixes#6
melven wants to merge 2 commits intoDLR-SC:masterfrom
melven:Fortran-grammar-fixes

Conversation

@melven
Copy link
Contributor

@melven melven commented Jun 20, 2016

No description provided.


real_constant_number
: T_DIGIT_STRING T_PERIOD_EXPONENT
: T_DIGIT_STRING T_PERIOD_EXPONENT (T_UNDERSCORE kind_param)?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break the grammar as the underscore will introduce ambiguities. (There is a reason, the kind parameters are commented out in the real_literal_constant rule.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants