We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
visitEsopeIfComment:
FortranAbstractJsonVisitor
For example, to handle this statement
c@_ IF (conditional_expression) SEGXXX var,... ------------< condition >---------<statement>---
c@_ IF (conditional_expression) SEGXXX var,...
------------< condition >---------<statement>---
we need to extract a
span
IF-Logical
condition
statement
segxxx
var
pointeur
The text was updated successfully, but these errors were encountered:
Start working on issue #77
5ce95b7
No branches or pull requests
For example, to handle this statement
c@_ IF (conditional_expression) SEGXXX var,...
------------< condition >---------<statement>---
we need to extract a
span
for all theIF-Logical
statementscondition
of the 'IF' statement.statement
is a segment commandspan
for esope commandsegxxx
command where xxx is one of these: act, adj, des, ini, prt, supvar
thepointeur
variableThe text was updated successfully, but these errors were encountered: