Skip to content

Source processing flow

Ben Orchard edited this page Jul 26, 2022 · 5 revisions

A levelled overview of the operations fortran-src does on Fortran source.

Current (0.10.0)

  1. Lex & parse (should be at same time)
  2. ? TODO renaming? somewhere here, surely?
  3. Run post-parse transformations
    • Includes running "implicit" type analysis, in order to disambiguate subscript syntax
  4. Type analysis
  5. Block analysis
Clone this wiki locally