Dear fellow mongers,

I need to build a parser for a C-like language.

My language looks pretty much like C, with the following important
extensions:

1. Some identifiers can start with '$'.
2. There are several new keywords, with associated actions.
3. There is a new sub-language for declaring struct-like objects.
4. "//" comments are supported.

I could start from scratch with Parse::RecDescent.  But I am hoping
that I can adapt some existing module intended for C or a similar
language.

CPAN shows two modules called C::Scan and C::Sharp.  But both seem
untouched since 2001.  Are there other choices out there for me?

TIA.

peace,                  || A radio station run by 12 teen-age girls:
--{kr.pA}               || http://tinyurl.com/4gynm
-- 
Caution: Incorrigible punster.  Do not attempt to corrige.
 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to