- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
As I understood, the new compiler IFX is based on LLVM stack for its backend I suppose, could this mean we can hope for or develop tooling around it freely?
I am thinking about a fortran-tidy (a clang-tidy but with IFX), including linting, fixes and custom checks in order to enable automated codebase-scale refactoring.
Could something like this be possible?
Regards
Maxime
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Unfortunately probably no. We do not allow users to dump LLVM IR with our compiler. And our AST is a proprietary format without AST manipulation or parsing tools.
There are similar efforts as what you suggest for the open source LLVM Flang compiler. That would allow tools to parse the AST for what you propose.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Unfortunately probably no. We do not allow users to dump LLVM IR with our compiler. And our AST is a proprietary format without AST manipulation or parsing tools.
There are similar efforts as what you suggest for the open source LLVM Flang compiler. That would allow tools to parse the AST for what you propose.
