Skip to content

grofz/list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List

Fortran List

An easy-to-use implementation of lists in Fortran

WIP

Contains

  • 'dllnode_mod' for nodes of a double-linked list

  • `dll_mod' for a list with Python like methods

Methods

  • constructor (WIP)

'''python thislist = list(("apple", "banana", "cherry")) # note the double round-brackets print(thislist) '''

About

The easy-to-work with lists and trees code in Fortran

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages