Nodes of different colours represent the following:
Solid arrows point from a file to a file which it depends on. A file is dependent upon another if the latter must be compiled before the former can be.
!> 配置 module config_m character(:), allocatable :: in_path, out_path logical :: dofile !! 读取 lua 文件 character(:), allocatable :: lua_script !! lua 脚本名 character(:), allocatable :: form !! 输出格式 end module config_m