Related articles |
---|
extending c etoffi@bigfoot.com (2000-08-10) |
Re: extending C Frank.Gerlach@brokat.de (Frank Gerlach) (2000-08-13) |
Re: extending C isaac@latveria.castledoom.org (2000-08-20) |
Re: extending c kszabo@nortelnetworks.com (Kevin Szabo) (2000-08-27) |
Re: extending c rhyde@cs.ucr.edu (Randall Hyde) (2000-09-08) |
From: | Frank Gerlach <Frank.Gerlach@brokat.de> |
Newsgroups: | comp.compilers |
Date: | 13 Aug 2000 19:03:07 -0400 |
Organization: | Brokat AG |
References: | 00-08-058 |
Keywords: | tools |
What about using pccts ? This generator is a little bit more
user-friendly (you can use BNF instead of those yacc-recursion
formulas). Still, it requires quite a bit of learning.. Also, a C
scanner and parser is no simple thing..
etoffi@bigfoot.com wrote:
> I need sombody to help me generate a preprocessor For C. unfortunately
> I d'ont know where to start, or rather the best place to start from.
> Bison And Flex scare the hell out Of Me And I'M Afraid I will need a
> little help with a couple of features that I feel might be useful to
> the C programmer's community. All of the new features would look like
> regular functions, but would generate extra code and need to be
> `translated' before the compilation process. my intention is to
> leverage existing compiler technology (as opposed to writing a new
> compiler, which would be a losing proposition) to output standard (or
> as close as possible) C code.
>
> Please respond if interested :)
Return to the
comp.compilers page.
Search the
comp.compilers archives again.