From 66e8b2b576df6ac68afa1b8b4d08d92f92dfd886 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Mon, 1 Jun 2026 11:14:29 -0700 Subject: [PATCH] doc(README): reference forthcoming Fortran 2028 standard --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d55458..11e6341 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ produces output that includes actual program syntax: ``` where the small residual of approximately $-.222 \times 10^{-15}$ evidences a highly accurate approximation. -**Future work:** Formal lays a foundation for defining a DSL embedded in Fortran via template requirements, -a feature of the forthcoming standard known informally as Fortran 202Y. +**Future work:** Formal lays a foundation for defining DSL embedded in Fortran via template requirements, +a feature of the forthcoming Fortran 2028 standard. Examples --------