- Timestamp:
- 09/11/06 00:18:56 (2 years ago)
- Files:
-
- trunk/gcc/algol60/INSTALL (added)
- trunk/gcc/algol60/ga60.texi (modified) (7 diffs)
- trunk/gcc/dist.sh (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gcc/algol60/ga60.texi
r72 r73 81 81 @menu 82 82 * Getting Started:: What you should know about @command{ga60}. 83 * GA60 and GCC:: You can compile Fortran, C, or other programs.83 * GA60 and GCC:: You can compile Algol 60, C, or other programs. 84 84 * Invoking GA60:: Command options supported by @command{ga60}. 85 85 * Project Status:: Status of @command{ga60}, roadmap, proposed extensions. … … 88 88 * Intrinsic Procedures:: Intrinsic procedures supported by @command{ga60} 89 89 * Copying:: GNU General Public License says 90 how you can copy and share G NU Fortran.90 how you can copy and share GCC Algol 60. 91 91 * GNU Free Documentation License:: 92 92 How you can copy and share this manual. … … 128 128 @dfn{machine code}, code designed to be efficiently translated and 129 129 processed by a machine such as your computer. Humans usually aren't 130 as good writing machine code as they are at writing Fortran(or C++,130 as good writing machine code as they are at writing Algol 60 (or C++, 131 131 Ada, or Java), because is easy to make tiny mistakes writing machine 132 132 code. … … 135 135 Provide the user with information about the reasons why the compiler 136 136 is unable to create a binary from the source code. Usually this will 137 be the case if the source code is flawed. When writing Fortran, it is138 easy to make big mistakes. The Algol 60 requires that the compiler137 be the case if the source code is flawed. When writing Algol 60, it 138 is easy to make big mistakes. The Algol 60 requires that the compiler 139 139 can point out mistakes to the user. An incorrect usage of the 140 140 language causes an @dfn{error message}. … … 238 238 239 239 The goal of the GCC Algol 60 project is to build a new front end for 240 GCC. Specifically, an Algol 60 front end. In a non-g fortran240 GCC. Specifically, an Algol 60 front end. In a non-ga60 241 241 installation, @command{gcc} will not be able to compile Algol 60 242 242 source code (only the ``C'' front end has to be compiled if you want … … 280 280 * Option Summary:: Brief list of all @command{ga60} options, 281 281 without explanations. 282 * Environment Variables:: Env vars that affect G NU Fortran.282 * Environment Variables:: Env vars that affect GCC Algol 60. 283 283 @end menu 284 284 … … 288 288 @c man begin OPTIONS 289 289 290 Here is a summary of all the options specific to G NU Fortran, grouped290 Here is a summary of all the options specific to GCC Algol 60, grouped 291 291 by type. Explanations are in the following sections. 292 292
