Signed-off-by: Pietro Monteiro <[email protected]> --- htdocs/gcc-16/changes.html | 12 ++++++++++++ 1 file changed, 12 insertions(+)
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html index 82886671..0c7b05c3 100644 --- a/htdocs/gcc-16/changes.html +++ b/htdocs/gcc-16/changes.html @@ -198,6 +198,18 @@ for general information.</p> <!-- .................................................................. --> <!-- <h2 id="jit">libgccjit</h2> --> +<h3 id="algol68">Algol 68</h3> +<ul> + <li>GCC now includes an experimental Algol 68 compiler, ga68. It aims to + implement the language described by the Revised Report, including all + errata approved by the Algol 68 Support subcommittee of IFIP WG2.1. + Some GNU extensions and a POSIX prelude are also implemented. + <p>More information about the language can be found + on <a href="https://algol68-lang.org/">the Algol 68 website</a>.</p> + <p>More information about the front end can be found + on <a href="https://gcc.gnu.org/wiki/Algol68FrontEnd">the wiki</a>.</p></li> +</ul> + <!-- .................................................................. --> <h2 id="targets">New Targets and Target Specific Improvements</h2> -- 2.52.0
