
From santra!tut!enea!mcvax!uunet!bbn.com!rsalz  Sat May 14 09:07:00 EET 1988
Article 671 of comp.sources.unix:
Path: clinet!santra!tut!enea!mcvax!uunet!bbn.com!rsalz
From: rsalz@bbn.com (Rich Salz)
Newsgroups: comp.sources.unix,comp.lang.c
Subject: v14i090:  New version of Cdecl, parse C declarations, Part01/02
Message-ID: <721@fig.bbn.com>
Date: 10 May 88 22:07:41 GMT
Organization: BBN Laboratories Inc., Cambridge MA
Lines: 1606
Approved: rsalz@uunet.UU.NET
Xref: clinet comp.sources.unix:671 comp.lang.c:8183

Submitted-by: cbosgd!pegasus!hansen (Tony Hansen)
Posting-number: Volume 14, Issue 90
Archive-name: cdecl2/part01

[  Cdecl converts C declarations to English and vice-versa.  That is,
   if you say 
	echo declare x as pointer to array of char | cdecl
   you'll get
	Warning: Unsupported in C -- Pointer to array of unspecified dimension
	char (*x)[]
  --r$  ]

This version comes with a test suite, many new options, and it also
understands C++.

