zerothi / fdict

Fortran type-free variable and type-free dictionary
http://zerothi.github.io/fdict
Mozilla Public License 2.0
75 stars 17 forks source link

Move d_entry to dict type #4

Closed zerothi closed 5 years ago

zerothi commented 8 years ago

This enables concatenating different dictionaries without disrupting either of the dictionaries and allows entries to refer to the same value.

Note that this requires a certain amount of restructuring as then the linked list is not easily retained.

zerothi commented 5 years ago

Upon further investigation, this cannot be easily done (if at all). So I'll close this issue.