Welcome to the FortIR project! This repository contains the source code for FortIR, Finite's official Fortran to ObjectIR Compiler tool.
you can install FortIR either through Purr or by using the provided installation script.
purr install fortir.\install.ps1This script will build, package, and install the FortIR tool globally on your system. Make sure you have .NET SDK installed and available in your system PATH before running the script.
After installation, you can use the FortIR tool from the command line. For example:
fortir <input-file.f90> -o <output-file.ir>Replace <input-file.f90> with your Fortran source file and <output-file.ir> with the desired output ObjectIR file name.
Contributions are welcome! Please fork the repository and submit a pull request with your changes. Before submitting a pull request, ensure that your code adheres to the project's coding standards and passes all tests.
This Project is licenced under the AGPL-3.0 License. See the LICENSE file for more details.