Doc fixes for treelang, in gcc/doc directory.
authorTim Josling <tej@melbpc.org.au>
Sun, 9 Jun 2002 22:40:14 +0000 (22:40 +0000)
committerTim Josling <timjosling@gcc.gnu.org>
Sun, 9 Jun 2002 22:40:14 +0000 (22:40 +0000)
From-SVN: r54415

gcc/ChangeLog
gcc/doc/contrib.texi
gcc/doc/frontends.texi
gcc/doc/invoke.texi
gcc/doc/standards.texi

index 229b8d39004f72521131d0c2786394e7ed9f1f15..670c81871d30130db22bceb9c4040be92f8c6cce 100644 (file)
@@ -1,3 +1,17 @@
+2002-06-10  Tim Josling  <tej@melbpc.org.au>
+         First steps to making treelang documentation compliant, based on
+        instructions in sourcebuild.texi. Also add to gcc.c list of
+        default languages.
+       
+       * doc/contrib.texi: Add self as contributor of treelang.
+
+       * doc/frontends.texi: Add mention of treelang.
+
+       * doc/invoke.texi (Overall Options): Add mention of treelang.
+
+       * doc/standards.texi:  Add mention of treelang.
+
 2002-06-09  Hans-Peter Nilsson  <hp@axis.com>
 
        * config/cris/cris.c: Include ggc.h
index 307e9141e0c3d9b181c67442900b31ccfc0f93db..465f15e2a4ca1aa622fe96efa21eb08b5de25ea5 100644 (file)
@@ -231,6 +231,10 @@ sidetracks.
 @item
 J. Kean Johnston for OpenServer support.
 
+@item
+Tim Josling for the sample language treelang based originally on Richard
+Kenner's "``toy'' language".
+
 @item
 Klaus Kaempf for his ongoing work to make alpha-vms a viable target.
 
index a5efb63b1fdf630df26265210ac4d7a8a8bab0e6..1ee56856df3842396d8c421edad2ba069b719840 100644 (file)
@@ -4,16 +4,17 @@
 @c For copying conditions, see the file gcc.texi.
 
 @node G++ and GCC
-@chapter Compile C, C++, Objective-C, Ada, Fortran, or Java
+@chapter Compile C, C++, Objective-C, Ada, Fortran, Java, or treelang
 
 @cindex Objective-C
 @cindex Fortran
 @cindex Java
 @cindex Ada
+@cindex treelang
 Several versions of the compiler (C, C++, Objective-C, Ada, 
-Fortran, and Java) are integrated; this is why we use the name
+Fortran, Java and treelang) are integrated; this is why we use the name
 ``GNU Compiler Collection''.  GCC can compile programs written in any of these
-languages.  The Ada, Fortran, and Java compilers are described in
+languages.  The Ada, Fortran, Java and treelang compilers are described in
 separate manuals.
 
 @cindex GCC
index 0b58d11fa8f413a780ccb642ce6565ba9d41c6d3..38e03b1c0988cfb70746237e73f58c50301173ee 100644 (file)
@@ -814,6 +814,7 @@ assembler  assembler-with-cpp
 ada
 f77  f77-cpp-input  ratfor
 java
+treelang
 @end example
 
 @item -x none
index 78ba0725ee128572304a5eeab1afc10200fbe697..12176e5dc3818262064f36850416cc7ca15ba6d3 100644 (file)
@@ -167,6 +167,13 @@ recent version, while @uref{http://www.toodarkpark.org/computers/objc/}
 is an older example.  @uref{http://www.gnustep.org} includes useful
 information as well.
 
+@cindex treelang
+There is no standard for treelang, which is a sample language front end
+for GCC. Its only purpose is as a sample for people wishing to write a
+new language for GCC. The language is documented in
+@file{gcc/treelang/treelang.texi} which can be turned into info or
+HTML format.
+
 @xref{Top, GNAT Reference Manual, About This Guide, gnat_rm,
 GNAT Reference Manual}, for information on standard
 conformance and compatibility of the Ada compiler.