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.