aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/standards.texi
diff options
context:
space:
mode:
authorTim Josling <tej@melbpc.org.au>2002-06-09 22:40:14 +0000
committerTim Josling <timjosling@gcc.gnu.org>2002-06-09 22:40:14 +0000
commitb38b97c4392f9b2eca7a0edef7f10f1471b23ff0 (patch)
tree02bf49f5c74b9ea5cb2b89fbfdb13db85da1b7ca /gcc/doc/standards.texi
parentae9dbf1f2e3669c55527a5dfcfb77dbdaf7fa96b (diff)
downloadgcc-b38b97c4392f9b2eca7a0edef7f10f1471b23ff0.zip
gcc-b38b97c4392f9b2eca7a0edef7f10f1471b23ff0.tar.gz
gcc-b38b97c4392f9b2eca7a0edef7f10f1471b23ff0.tar.bz2
Doc fixes for treelang, in gcc/doc directory.
From-SVN: r54415
Diffstat (limited to 'gcc/doc/standards.texi')
-rw-r--r--gcc/doc/standards.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi
index 78ba072..12176e5 100644
--- a/gcc/doc/standards.texi
+++ b/gcc/doc/standards.texi
@@ -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.