diff options
author | Gaius Mulley <gaiusmod2@gmail.com> | 2024-04-11 15:04:49 +0100 |
---|---|---|
committer | Gaius Mulley <gaiusmod2@gmail.com> | 2024-04-11 15:04:49 +0100 |
commit | 0dc39dee836761f1bc993d760f4ed5f3d127897a (patch) | |
tree | 7b6767bdf9d0f25bdc9b94dc712379e5a7a1f253 | |
parent | 508b2b9df12b1049a0850e3a29193b1277dcd817 (diff) | |
download | gcc-0dc39dee836761f1bc993d760f4ed5f3d127897a.zip gcc-0dc39dee836761f1bc993d760f4ed5f3d127897a.tar.gz gcc-0dc39dee836761f1bc993d760f4ed5f3d127897a.tar.bz2 |
modula2: add modula-2 language section to languages supported by GCC
This patch introduces a small modula-2 language section to the
Language Standards Supported by GCC node.
gcc/ChangeLog:
* doc/standards.texi (Language Standards Supported by GCC):
Add Modula-2 language section.
Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
-rw-r--r-- | gcc/doc/standards.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 06444ee..586835b 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -332,6 +332,17 @@ GCC supports the D 2.0 programming language. The D language itself is currently defined by its reference implementation and supporting language specification, described at @uref{https://dlang.org/spec/spec.html}. +@section Modula-2 language + +GCC supports the Modula-2 language and is compliant with the PIM2, +PIM3, PIM4 and ISO dialects. Also implemented are a complete set of +free ISO libraries. It also contains a collection of PIM libraries +and some Logitech compatible libraries. + +For more information on Modula-2 see +@uref{https://gcc.gnu.org/readings.html}. The online manual is +available at @uref{https://gcc.gnu.org/onlinedocs/gm2/index.html}. + @section References for Other Languages @xref{Top, GNAT Reference Manual, About This Guide, gnat_rm, |