gcc/gcc/treelang
Tim Josling 886c07bcc7 Treelang fixes including built failures on PPC and others.
From-SVN: r66647
2003-05-09 21:43:54 +00:00
..
.cvsignore
ChangeLog Treelang fixes including built failures on PPC and others. 2003-05-09 21:43:54 +00:00
Make-lang.in Treelang fixes including built failures on PPC and others. 2003-05-09 21:43:54 +00:00
README
config-lang.in
lang-options.h
lang-specs.h
lex.l Make-lang.in (treelang/tree1.o): Depends on input.h 2003-05-06 09:18:46 +00:00
parse.y Treelang fixes including built failures on PPC and others. 2003-05-09 21:43:54 +00:00
tree1.c Make-lang.in (treelang/tree1.o): Depends on input.h 2003-05-06 09:18:46 +00:00
treelang.h Treelang fixes including built failures on PPC and others. 2003-05-09 21:43:54 +00:00
treelang.texi
treetree.c Treelang fixes including built failures on PPC and others. 2003-05-09 21:43:54 +00:00
treetree.h Make-lang.in (treelang/tree1.o): Depends on input.h 2003-05-06 09:18:46 +00:00

README

This is a sample language front end for GCC.

This is a replacement for 'toy' which had potential copyright issues,
but more importantly it did not exercise very much of GCC. The intent
of this language is that it should provide a cookbook of language
elements that you can use in any language front end.

To this end, treelang is essentially an implementation of a subset of 
the GCC back end 'tree' interface in syntax.

Thanks to Richard Kenner, Joachim Nadler and many others for helping
me to understand enough of GCC to do this.

Please note, the documentation is not a good model to use for GCC
front end documentation. 

Tim Josling
19 June 2002