firp Public
Go to file
T
Code
Use Git or checkout with SVN using the web URL.
No matching headings.
FIRP - Fortran Interpreter
(noun) : not ferp
A modern interpreter for Fortran, built in Rust.
Quick Start
Build
cargo build
Run
cargo run
Test
cargo test
Examples
See examples/ for sample Fortran programs:
hello.f90- Simple hello worldarithmetic.f90- Basic arithmeticfactorial.f90- Recursive functions
License
MIT