Skip to content

Fortran module showing how to implement a linked-list in Fortran using unlimited polymorphic derived types.

License

Notifications You must be signed in to change notification settings

tomedunn/fortran-linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fortran-linked-list-module

Fortran module for creating a linked list using Fortran 2003 unlimited polymorphic pointers.

This module currently works as a proof of concept on a Fortran linked list using the Fortran 2003 unlimited polymorphic pointer construct. Its safe to say this isn't optimized. That will likely be a project for another day.

This module can be built and tested using GFortran 5.1.0 or higher. Earlier versions of GFortran have problem with character array items so avoid using older version of the GFortran compiler.

About

Fortran module showing how to implement a linked-list in Fortran using unlimited polymorphic derived types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published