gcc/gcc/treelang
Rafael Espindola 12753674ec really remove signed(_or_unsigned)?_type langhooks
From-SVN: r125621
2007-06-11 15:40:55 +00:00
..
ChangeLog remove signed(_or_unsigned)?_type langhooks 2007-06-11 10:23:11 +00:00
Make-lang.in Make-lang.in: Add install-pdf target as copied from automake v1.10 rules. 2007-03-01 16:17:38 -08:00
README
config-lang.in configure.ac (strict1_warn): Rename to strict_warn. 2007-01-11 10:49:30 +00:00
lang-specs.h
lang.opt
lex.l
parse.y
spec.c
tree-convert.c
tree1.c
treelang.h
treelang.texi gcc/ChangeLog --------------------------------------------------------- 2007-02-26 22:00:47 -08:00
treetree.c really remove signed(_or_unsigned)?_type langhooks 2007-06-11 15:40:55 +00:00
treetree.h

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