
aradi/fypp: Python powered Fortran preprocessor - GitHub
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.
Fypp:Python驱动的Fortran元编程 - 知乎 - 知乎专栏
Fypp是一个由Python驱动的预处理程序。 它可以用于任何编程语言,但它的主要目的是提供一个Fortran 预处理器,这有助于用条件编译和模板 元编程 (metaprogram)能力来扩展Fortran。 它没有引入自己的 表达式 语法,而是在其预处理器指令中使用Python表达式,在制定元编程任务时提供了Python的一致性和通用性。 它非常强调 鲁棒性 和与开发工具链的简洁整合。 Fypp的灵感来自于 pyratemp 模板引擎。 尽管它与pyratemp共享许多概念,但它是从头开始编写的,专注于 …
Introduction — Fypp 3.2 documentation - Read the Docs
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.
fypp · PyPI
2023年8月22日 · 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.
Fypp:灵活的源码预处理器教程 - CSDN博客
2024年8月23日 · Fypp 是一个强大的源码预处理器,由 aradi 开发并维护。 它不仅仅限于简单的宏替换,还提供了模板化、条件编译、嵌入脚本等高级功能,使得开发者能够在 C/C++ 及其他支持自定义预处理语言中实现更加灵活的代码组织和复用机制。 Fypp 设计用于提高代码的可读性、可维护性和灵活性,尤其适合那些需要高度配置和模块化的项目。 要迅速开始使用 Fypp,请遵循以下步骤: 首先,确保你的系统上安装了 Git 和 CMake。 然后,通过以下命令克隆 Fypp 的仓 …
Fypp documentation — Fypp 3.2 documentation - Read the Docs
Fypp documentation . Introduction. Features; Getting started. Installing; Testing; Running; Preprocessor language
Releases · aradi/fypp - GitHub
Python powered Fortran preprocessor. Contribute to aradi/fypp development by creating an account on GitHub.
How do you use Fypp? - Help - Fortran Discourse
2024年1月30日 · We are using Fypp in a very similar workflow, as the one you describe (see for example the mpi-broadcast wrapper in the MpiFx library). We define Fypp-macros for each template we wish to use. We then generate the actual routines by invoking the Fypp-macros with the right arguments.
Fypp:Python 驱动的 Fortran 元编程工具 - CSDN博客
2024年8月28日 · Fypp 是一个由 Python 驱动的预处理器,主要目标是提供一个 Fortran 预处理器,通过条件编译和模板元编程能力来扩展 Fortran 的功能。Fypp 使用 Python 表达式在其预处理器指令中,提供了 Python 的稳定性和多功能性,使得元编程任务的制定更加一致和灵活。
Fypp - Read the Docs
FYPP is a Python powered Fortran preprocessor. It extends Fortran with condititional compiling and template metaprogramming capabilities. It is written in Python and uses Python to evaluate expressions in preprocessor commands, enabling high …
- 某些结果已被删除