summaryrefslogtreecommitdiffstats
path: root/python/python3-fypp/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-fypp/README')
-rw-r--r--python/python3-fypp/README9
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.