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

Use fypp for the declarations #28

Closed zerothi closed 1 year ago

zerothi commented 1 year ago

This PR changes the weird and difficult to maintain shell scripts that created interfaces etc.

Now, everything is created using fypp. This is much more stable and only requires that end-users have fypp installed (easily obtained).

I may consider adding fypp as a local tool to ensure that fypp is always present!