X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=README;h=2fc1bbd1cf3fa36e665f34ff41972eeb389efe7a;hb=be051ea9f0a3394d3825912c9fee1d173d8afbe3;hp=8c16211fb279158cf3d02bca5b70fbf4153f7984;hpb=d576165560510ae715703f85adba340867438d24;p=cparser diff --git a/README b/README index 8c16211..2fc1bbd 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.