Algol68, Libga68: Fix Typographical Errors in Various Files
This commit corrects typos in multiple Algol68 compiler and runtime library files, improving code readability and maintainability.
This commit addresses typographical errors in several files within the Algol68 compiler and its runtime library, libga68. The corrections are applied to a68-imports-archive.cc, a68-imports.cc, a68-low-chars.cc, a68-low-clauses.cc, a68-low-decls.cc, a68-low-ints.cc, a68-low-moids.cc, a68-low-multiples.cc, a68-low-prelude.cc, a68-low-procs.cc, a68-low-reals.cc, a68-low-units.cc, a68-low.cc, a68-moids-misc.cc, a68-parser-bottom-up.cc, a68-parser-prelude.cc, a68-parser-scanner.cc, a68-parser-scope.cc, a68-parser-serial-dsa.cc, a68-parser-taxes.cc, a68-parser.cc, a68-types.h, ga68-coding-guidelines.texi, ga68.texi, ga68-error.c, and ga68-unistr.c. These fixes enhance the clarity and maintainability of the Algol68 compiler and runtime library code.
In Details
The Algol68 compiler and libga68 implement the Algol68 programming language within GCC. These components handle parsing, code generation, and runtime support for Algol68 applications. Correcting typos improves the overall quality and understandability of the Algol68 compiler and runtime library.
For Context
GCC includes a compiler for the Algol68 programming language. The libga68 library provides runtime support for Algol68 programs compiled with GCC. This commit corrects typos in both the Algol68 compiler and the libga68 library, improving the quality and readability of the code.