OSDN Git Service

87dce1ae85ea6445c08521a1c87ade9487b2f15b
[pf3gnuchains/gcc-fork.git] / gcc / treelang / README
1 This is a sample language front end for GCC.
2
3 This is a replacement for 'toy' which had potential copyright issues,
4 but more importantly it did not exercise very much of GCC. The intent
5 of this language is that it should provide a cookbook of language
6 elements that you can use in any language front end.
7
8 To this end, treelang is essentially an implementation of a subset of 
9 the GCC back end 'tree' interface in syntax.
10
11 Thanks to Richard Kenner, Joachim Nadler and many others for helping
12 me to understand enough of GCC to do this.
13
14 Please note, the documentation is not a good model to use for GCC
15 front end documentation. 
16
17 Tim Josling
18 19 June 2002
19