Skip to main content

Module fortran

Module fortran 

Source

Constants§

CALL_QUERY
Tree-sitter query for extracting Fortran function calls.
ELEMENT_QUERY
Tree-sitter query for extracting Fortran elements (functions and subroutines).
IMPORT_QUERY
Tree-sitter query for extracting Fortran imports (USE statements).
REFERENCE_QUERY
Tree-sitter query for extracting Fortran type references.

Functions§

extract_inheritance
Extract inheritance information from a Fortran node. Fortran does not have classical inheritance; return empty.