1 This is a sample language front end for GCC.
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.
8 To this end, treelang is essentially an implementation of a subset of
9 the GCC back end 'tree' interface in syntax.
11 Thanks to Richard Kenner, Joachim Nadler and many others for helping
12 me to understand enough of GCC to do this.