X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=README;h=885cc06b43637c7d69e911cf36a54a7aaa790aea;hb=bf92df408b5fef01d5ee065b02c1deb7e4289a5b;hp=8c16211fb279158cf3d02bca5b70fbf4153f7984;hpb=d576165560510ae715703f85adba340867438d24;p=cparser diff --git a/README b/README index 8c16211..885cc06 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ Contents: 1. Introduction cparser is a recursive descent C99 parser written in C99. It contains lexer, -parser, constructs and AST and does semantic analysis. It is currently used as +parser, constructs an AST and does semantic analysis. It is currently used as a frontend to the libFirm intermediate representation, but can be used independently. cparser is able to bootstrap itself. It currently uses an external preprocessor. @@ -33,5 +33,6 @@ cparser. 4. Contact +There's a Bugtracker at http://pp.info.uni-karlsruhe.de/~firm/bugs You can contact me at matze@braunis.de You might also visit the #firm channel on irc.freenode.net