Skip to content

Releases: urbanjost/prep

v9.0.0 of prep

04 Aug 23:09
Compare
Choose a tag to compare

The code was refactored heavily as part of a long-term modernization of the code. The largest change was that the expression parser for LOGICAL and INTEGER expressions used in the conditional directives ($IF/$ELSEIF/$IFDEF....) was placed in it's own module (M_expr).

Functionality should remain upper-compatible with previous versions.

v8.1.1 of prep(1) - a Fortran preprocessor

07 Apr 02:32
Compare
Choose a tag to compare

v8.1.1 of prep(1) - a Fortran preprocessor; with rewritten documenation.

V8.0.0 release of prep(1) - the Fortran preprocessor

03 Apr 14:14
Compare
Choose a tag to compare

Expressions now handle negative values correctly, added some syntactic sugar such as allowing multiple declarations on $DEFINE, and allowing $SHOW to just show specified values, and rewrote the documentation. See CHANGELOG.md for a description of major changes.

prep(1) Fortran pre-processor Version 6.0.0

28 Dec 22:58
Compare
Choose a tag to compare

prep(1) is a Fortran pre-processor written in Fortran.

Full Changelog: `https://github.com/urbanjost/prep/commits/v6.0.0```

2021-12-28 @urbanjost