Module | Source File | Description |
---|---|---|
aot_err_module | aot_err_module.f90 | This module provides the handling of errors. |
aot_extdouble_fun_module | aot_extdouble_fun_module.f90 | A module providing extdouble number input to Lua functions |
aot_extdouble_out_module | aot_extdouble_out_module.f90 | A module to produce Lua scripts with nested tables. |
aot_extdouble_table_module | aot_extdouble_table_module.f90 | |
aot_extdouble_top_module | aot_extdouble_top_module.f90 | |
aot_extdouble_vector_module | aot_extdouble_vector_module.f90 | This module provides some convenience functions to access complete vectors from a lua table at once. |
aot_fun_declaration_module | aot_fun_declaration_module.f90 | Helping module to define the aot_fun_type without causing dependency locks. |
aot_fun_module | aot_fun_module.f90 | This module provides access to Lua functions |
aot_out_general_module | aot_out_general_module.f90 | Collection of general operations required for the output of Lua scripts. |
aot_out_module | aot_out_module.f90 | A module to produce Lua scripts with nested tables. |
aot_path_module | aot_path_module.f90 | The aot_path can be used to track the position of a Lua entity in nested tables. |
aot_quadruple_fun_module | aot_quadruple_fun_module.f90 | A module providing quadruple number input to Lua functions |
aot_quadruple_out_module | aot_quadruple_out_module.f90 | A module to produce Lua scripts with nested tables. |
aot_quadruple_table_module | aot_quadruple_table_module.f90 | |
aot_quadruple_top_module | aot_quadruple_top_module.f90 | |
aot_quadruple_vector_module | aot_quadruple_vector_module.f90 | This module provides some convenience functions to access complete vectors from a lua table at once. |
aot_references_module | aot_references_module.f90 | This module provides procedures to deal with Lua references. |
aot_table_module | aot_table_module.f90 | This module provides some convenient functions to act on Lua tables. |
aot_table_ops_module | aot_table_ops_module.f90 | This module provides general operations on Lua tables. |
aot_top_module | aot_top_module.f90 | Module for interaction with topmost element of the Lua stack. |
aot_vector_module | aot_vector_module.f90 | This module provides some convenience functions to access complete vectors from a lua table at once. |
aotus_module | aotus_module.f90 | This module provides high level Fortran interfaces to retrieve values from a Lua script. |
dump_lua_fif_module | dump_lua_fif_module.f90 | This module provides a Fortran interface to the Lua dump routine. |
flu_binding | flu_binding.f90 | This module provides the Fortran Lua interface. |
flu_kinds_module | flu_kinds_module.f90 | Global definitions of some handy kind declarations with the help of the intrinsic selected_*_kind functions. |
lua_fif | lua_fif.f90 | This module provides a direct translation of some Lua 5.3.2 C-Interfaces to Fortran 2003 interfaces using the ISO_C_BINDING facilities. |
lua_parameters | lua_parameters.f90 | This module provides some parameters defined in the Lua header file that are needed in the wrapper functions for the Fortran interface. |