gcc/gcc/treelang
Andreas Jaeger 8376cf3db9 treetree.c: Convert remaining K&R prototypes to ISO C90.
treelang:
	* treetree.c: Convert remaining K&R prototypes to ISO C90.
	* tree1.c: Likewise.
	* parse.y: Likewise.
	* tree-convert.c: Likewise.

java:

	* jvspec.c: Convert to ISO C90 prototypes.

From-SVN: r69881
2003-07-28 06:39:29 +02:00
..
.cvsignore .info build fix, add flag needed by c-common.c 2002-05-18 23:29:36 +00:00
ChangeLog treetree.c: Convert remaining K&R prototypes to ISO C90. 2003-07-28 06:39:29 +02:00
Make-lang.in * Make-lang.in (treelang/tree-convert.o): Depend on TM_H. 2003-07-12 20:54:06 +02: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 Remove C language front end dependencies. 2003-07-10 01:18:53 -07:00
lang-specs.h
lang.opt c.opt: Document more options. 2003-07-15 22:19:44 +00:00
lex.l Make-lang.in (treelang/tree1.o): Depends on input.h 2003-05-06 09:18:46 +00:00
parse.y treetree.c: Convert remaining K&R prototypes to ISO C90. 2003-07-28 06:39:29 +02:00
tree-convert.c treetree.c: Convert remaining K&R prototypes to ISO C90. 2003-07-28 06:39:29 +02:00
tree1.c treetree.c: Convert remaining K&R prototypes to ISO C90. 2003-07-28 06:39:29 +02:00
treelang.h Treelang fixes including built failures on PPC and others. 2003-05-09 21:43:54 +00:00
treelang.texi fastjar.texi: Update to GFDL 1.2. 2003-02-04 01:27:53 +00:00
treetree.c treetree.c: Convert remaining K&R prototypes to ISO C90. 2003-07-28 06:39:29 +02:00
treetree.h c-common.h (c_common_init_options): New prototype. 2003-07-02 20:15: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