diff options
author | William PC <w_calandrini[at]hotmail[dot]com> | 2022-10-01 07:45:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 07:45:57 +0700 |
commit | b6641949272d8e024b733ac1733329a5d0cbc319 (patch) | |
tree | 76946630038368b342796673ce61a14db6a48c70 /python/python3-fypp/README | |
parent | 91aa49367d09b9debc25e8a9b7ca943ca1a985fd (diff) | |
download | slackbuilds-b6641949272d8e024b733ac1733329a5d0cbc319.tar.gz |
python/python3-fypp: Added (Python powered Fortran metaprogramming).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-fypp/README')
-rw-r--r-- | python/python3-fypp/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-fypp/README b/python/python3-fypp/README new file mode 100644 index 0000000000..ad081d8ca5 --- /dev/null +++ b/python/python3-fypp/README @@ -0,0 +1,9 @@ + Fypp is a Python powered preprocessor. It can be used for any +programming languages but its primary aim is to offer a Fortran +preprocessor, which helps to extend Fortran with condititional +compiling and template metaprogramming capabilities. Instead of +introducing its own expression syntax, it uses Python expressions +in its preprocessor directives, offering the consistency and +versatility of Python when formulating metaprogramming tasks. + It puts strong emphasis on robustness and on neat integration +into developing toolchains. |