Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: regex 2 match C function

by liz (Monsignor)
on Aug 13, 2003 at 08:30 UTC ( [id://283488]=note: print w/replies, xml ) Need Help??


in reply to regex 2 match C function

I don't think a single regular expression would be the way to go, as that would imply having to read entire source-files into memory.

Given the "cleanness" of the C-code, I would do this with a while loop, iterating one line at a time, and build some logic on top of that.

But maybe you would like to have a look at Doxygen instead...

Liz

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://283488]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2024-04-24 14:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found