gcc/gcc/treelang
Kazu Hirata 0e9e1e0a42 LANGUAGES: Follow spelling conventions.
* LANGUAGES: Follow spelling conventions.
	* rtl.def: Likewise.
	* sbitmap.c: Likewise.
	* sched-int.h: Likewise.
	* sched-rgn.c: Likewise.
	* sibcall.c: Likewise.
	* simplify-rtx.c: Likewise.
	* ssa.c: Likewise.
	* stab.def: Likewise.
	* stmt.c: Likewise.
	* stor-layout.c: Likewise.
	* target.h: Likewise.
	* timevar.c: Likewise.
	* toplev.c: Likewise.
	* tree-dump.c: Likewise.
	* tree-inline.c: Likewise.
	* tree.c: Likewise.
	* tree.def: Likewise.
	* tree.h: Likewise.
	* unroll.c: Likewise.
	* varasm.c: Likewise.
	* vmsdbgout.c: Likewise.
	* treelang/treelang.texi: Likewise.
	* treelang/treetree.c: Likewise.

From-SVN: r57587
2002-09-27 12:48:07 +00:00
..
.cvsignore .info build fix, add flag needed by c-common.c 2002-05-18 23:29:36 +00:00
ChangeLog Fix for recent treelang build failure due to changes to C. 2002-09-09 20:52:30 +00:00
Make-lang.in Fixes for treelang, mainly provide fake definition of rtx for parse.y includes. 2002-08-13 08:20:12 +00:00
README Clean up configure.in checks for bad languages; fix typos in treelang. 2002-06-19 20:30:23 +00:00
config-lang.in Make gengtype.c language independent. 2002-07-14 01:59:15 +00:00
lang-options.h
lang-specs.h
lex.l Clean up configure.in checks for bad languages; fix typos in treelang. 2002-06-19 20:30:23 +00:00
parse.y Fixes for treelang, mainly provide fake definition of rtx for parse.y includes. 2002-08-13 08:20:12 +00:00
tree1.c Fixes to make treelang worg with PCH gengtype.c changes. 2002-06-10 00:56:49 +00:00
treelang.h Fixes to make treelang worg with PCH gengtype.c changes. 2002-06-10 00:56:49 +00:00
treelang.texi LANGUAGES: Follow spelling conventions. 2002-09-27 12:48:07 +00:00
treetree.c LANGUAGES: Follow spelling conventions. 2002-09-27 12:48:07 +00:00
treetree.h Fixes to make treelang worg with PCH gengtype.c changes. 2002-06-10 00:56:49 +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