Fortran hash table
0.1
|
src | |
dictionary_m.f90 | Module file for dictionary_t |
test | |
example_from_readme.f90 | Very short example to demonstrate the syntax of the dictionary_t object |
read_write.f90 | Using dictionary_t to store a configuration file |
read_write.py | Using a dict to store a configuration file |
test_01.f90 | Test program for dictionary_m |