This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
treelang - (bigger and better 'toy' language)
- To: gcc-patches at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Subject: treelang - (bigger and better 'toy' language)
- From: Tim Josling <tej at melbpc dot org dot au>
- Date: Sun, 03 Jun 2001 15:35:52 +1000
- Organization: Melbourne PC User Group
I have gotten 'treelang' to the point where I think it could be
included in the gcc tree. It is not entirely perfact or complete
but as previously discussed it is useful to have a sample
language as a starting point for people include in the gcc source
tree.
It is quite large so I have not included it in this email. It is
available for download from
http://cobolforgcc.sourceforge.net/butree.tgz.
It comes with some documentation, and a comprehensive set of test
cases. (well, one actually).
It is based on 'toy'. According to me all the changes made by
people who do not have FSF copyright assignments have been
removed by me.
It is a complete working language and has all the makefiles
specfiles etc that you need to build a compiler into GCC.
In time I hope to add more features and documentation to showcase
more GCC features and to make it easier for people to implement
new languages.
I am willing to make changes based on feedback that is
constructive ie anything that is specific.
Tim Josling