Changes between Version 1 and Version 2 of FortranOverview


Ignore:
Timestamp:
05/10/19 15:47:23 (7 years ago)
Author:
wuwenhao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FortranOverview

    v1 v2  
    2424
    2525==== In-progress ====
    26 * Support parsing a frequently used subset of Fortran `FORTRAN 2018` standard;
    27 * Support interpreting supported `FORTRAN` behaviors by `CIVL IR`;
    28 * Support parsing a frequently used subset of `OpenMP` `FORTRAN` bindings;
    29 * Support interpreting supported `OpenMP` `FORTRAN` bindings by `CIVL IR`;
     26* Support parsing
     27 [https://vsl.cis.udel.edu/lib/sw/civl/ a frequently used FORTRAN subset]
     28 (of `FORTRAN 2018` standard);
     29* Support interpreting
     30 [https://vsl.cis.udel.edu/lib/sw/civl/ supported FORTRAN behaviors]
     31 in the form of `CIVL IR`;
     32* Support parsing
     33 [https://vsl.cis.udel.edu/lib/sw/civl/ a frequently used OpenMP subset]
     34 (of `OpenMP` `FORTRAN` bindings);
     35* Support interpreting
     36 [https://vsl.cis.udel.edu/lib/sw/civl/ supported OpenMP behaviors]
     37 defined and used for `FORTRAN` bindings in the form of `CIVL IR`;
    3038
    3139==== TODO list ====
     
    7280 * Variable/expression type analysis required for the transformation
    7381
     82== Appendix A. FORTRAN 2018 parse rules ==
     83
     84== Appendix B. OpenMP directives ==