Re: [vox-tech] converting comments
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vox-tech] converting comments
- Subject: Re: [vox-tech] converting comments
- From: Micah Cowan <MAPSmicah@cowanbox.com>
- Date: Mon, 13 Nov 2000 14:12:02 -0800
- References: Pine.LNX.4.21.0011130936470.2008-100000@belial.ucdavis.edu
- References: Pine.HPP.4.10.10011131343380.2180-100000@hp5.cs.ucdavis.edu
On Mon, Nov 13, 2000 at 01:44:28PM -0800, Qinghua Zhong wrote:
> for me, I will write a C/C++ parsor instead since I have not much awk
> experience...
> I think that will be easier.
>
> On Mon, 13 Nov 2000, Peter Jay Salzman wrote:
>
> > i started writing an awk script to convert C++ style comments to C, and it
> > got messy very quickly, since i want to handle different cases very
> > differently (inside a block, outside a function, multiline comments, etc).
Technically, there is no difference between C++-style comments and
C, since C++ comments are now a part of the new ISO/ANSI C99 specs.
Micah
|