stl_bvector.h (swap(_Bit_reference,_Bit_reference)): Move/rename...
[official-gcc.git] / gcc / treelang / README
blobf16eafcf3413b0bfc1ab157114246379772abca3
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.
14 Tim Josling
15 May 2001