/fortran-subset-compiler

Toy multi-pass optimizing compiler for a tiny subset of Fortran following "Building an Optimizing Compiler" by Bob Morgan

Primary LanguageRustApache License 2.0Apache-2.0

Fortran Subset Optimizing Compiler

This project aims to implement a toy multi-pass optimizing compiler for a subset of the Fortran language, following the Building an Optimizing Compiler book by Bob Morgan.

Documentation

Detailed documentation is available under docs/.

cd docs
mdbook serve