keksipurkki / fortran-dictionary

Implementation of a HashMap aka Dictionary in Fortran 2008

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fortran-dictionary

Dummy implementation of a HashMap aka Dictionary in Fortran 2008.

Run make to compile. The code uses a lot of Fortran 2008 features so you need a fairly new GFortran compiler (>= 5.0.0).

About

Implementation of a HashMap aka Dictionary in Fortran 2008


Languages

Language:Fortran 98.8%Language:Makefile 1.2%