Skip to content

Fy-nite/FortIR

Repository files navigation

FortIR

Welcome to the FortIR project! This repository contains the source code for FortIR, Finite's official Fortran to ObjectIR Compiler tool.

Installation

you can install FortIR either through Purr or by using the provided installation script.

Using Purr

purr install fortir

Using the Installation Script

.\install.ps1

This 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.

Usage

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.

Contributing

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.

License

This Project is licenced under the AGPL-3.0 License. See the LICENSE file for more details.

About

Fortran for objectIR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages