Path to this page:
Subject: CVS commit: pkgsrc/lang/cparser
From: Blair Sadewitz
Date: 2008-11-28 02:17:48
Message id: 20081128011748.15933175D0@cvs.netbsd.org
Log Message:
Import cparser-0.9.5.
Cparser is a recursive descent C99 parser written in C99. It contains
a lexer, a parser, and the appropriate constructs; it does AST and
semantic analysis. It is currently used as a frontend to the
libFirm intermediate representation. However, it can be used
independently, and also is able to bootstrap itself. Currently, cparser
uses an external preprocessor.
Files: