Welcome to the Simply Fortran Package Server

Sign up today for easy installation of development libraries and example projects for Simply Fortran!
Notices from the Server
None at this time
Latest Packages
- February 09, 2026 - M_calculator
- January 26, 2026 - M_sort
- January 06, 2026 - M_io
- January 05, 2026 - M_strings
- January 05, 2026 - M_time
Random Spotlight
The M_calculator module contains a basic expression parser and related convenience routines.
Expressions are similar to Fortran77 syntax except
powers are processed from left to right so use parenthesis
variable names are case-sensitive
string variable names start with a dollar-sign,
all numeric values are assumed to be DOUBLEPRECISION.
Note that although suitable for many uses, this is not a byte-code interpreter and is designed for parsing basic unique expressions, not for high volume repetition of the computations on a large volume of data.
The original dates back a long time, but it still works.
To link with this library, add:
-lm_calculator
to the Compiler Flag's Linker box in Simply Fortran's Project Options window.
Powered by the SF Package Manager by