moosetechnology / FAST-Fortran

MIT License
0 stars 1 forks source link

Refactoring `GO TO` #219

Open lsafina opened 6 months ago

lsafina commented 6 months ago

1) Selector Expression of assigned Go To can be FASTFortranIntegerLiteral and not FASTFortranTExpression

2) Not sure we should use FASTFortranLabelReference for s (statement label of an executable statement).

doc https://docs.oracle.com/cd/E19957-01/805-4939/6j4m0vn9j/index.html

NicolasAnquetil commented 6 months ago
  1. I understand it is currently FASTFortranTExpression and you propose to make it FASTFortranIntegerLiteral ? If so, I agree
  2. Why not? Any argument against FASTFortranLabelReference ?
NicolasAnquetil commented 6 months ago

inviting @uNouss to the discussion