View previous topic :: View next topic |
Author |
Message |
Notquitenewton
Joined: 25 May 2021 Posts: 20 Location: England, UK
|
Posted: Mon Apr 04, 2022 10:12 am Post subject: Fortran equation parser |
|
|
The idea of an equation parser is intended for applications where a set of mathematical Fortran-style expressions is specified at runtime and is then simply evaluated for a large number of variable values. Often done by compiling the set of function strings into byte code, which is interpreted efficiently for the various variable values e.g. user enters equations as text at runtime rather than hard code these for ease of use by non-programmers (and programmers).
Just wondered if Silverfrost has considered incorporating an equation parser into FTN95? I know there are some routines around but it would be invaluable for some users and programmers to have access to such a facility...the ones I've tried have varying degrees of success! |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8037 Location: Salford, UK
|
Posted: Mon Apr 04, 2022 11:09 am Post subject: |
|
|
NotQuiteNewton
Without fully understanding what it means, it is safe to say that we have not considered implementing an "equation parser".
Our current activity is mainly focused on:
a) fixing any residual bugs,
b) implementing additional and useful features of the 200x Fortran standard and
c) making ClearWin+, SDBG64 and Plato easier to use. |
|
Back to top |
|
|
|