diff options
author | timjosling <timjosling@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-09 22:40:14 +0000 |
---|---|---|
committer | timjosling <timjosling@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-09 22:40:14 +0000 |
commit | 908789075252be38150d5bb7c89c84b81a830e2b (patch) | |
tree | 02bf49f5c74b9ea5cb2b89fbfdb13db85da1b7ca /gcc/doc/standards.texi | |
parent | d98f844ab3db6e8b21476be64ff6eb177f67edf6 (diff) | |
download | gcc-908789075252be38150d5bb7c89c84b81a830e2b.tar.gz |
Doc fixes for treelang, in gcc/doc directory.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54415 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/standards.texi')
-rw-r--r-- | gcc/doc/standards.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 78ba0725ee1..12176e5dc38 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. |