in reply to Introducing the C Perl-Powered Pre-Processor

So this is for converting Perl code into C code?
  • Comment on Re: Introducing the C Perl-Powered Pre-Processor

Replies are listed 'Best First'.
Re^2: Introducing the C Perl-Powered Pre-Processor
by NERDVANA (Priest) on May 13, 2024 at 17:04 UTC
    It's for authoring C code, using perl. i.e. you have to know C and know what C code you wanted to generate (or a pattern of C code that you want to generate variations of), and then use Perl to get there instead of typing it all out by hand.
      I see. So like in your example, you might, for example, have thousands of structures with different variations that you want to generate ...