Re: Source code analysis (was: Would a getting started guide help)

2002-11-15 Thread Gopal V
If memory serves me right, Tim Bunce wrote: CCured is a source-to-source translator for C, which analyzes the program to determine the smallest number of run-time checks that must be inserted in the program to prevent all memory safety violations. Yow ! .. the output

Re: Would a getting started guide help

2002-10-06 Thread Tim Bunce
On Wed, Oct 02, 2002 at 12:28:57PM -0400, Dan Sugalski wrote: At 12:15 PM +0100 10/2/02, Tim Bunce wrote: On a related note, are there any good tools for static code analysis around? The usual cross-reference stuff would be handy, but ideally something that goes further. If someone wants

Re: Would a getting started guide help

2002-10-02 Thread Tim Bunce
On a related note, are there any good tools for static code analysis around? The usual cross-reference stuff would be handy, but ideally something that goes further. Graphical would be good, interactive better (or at least cooler :). Perhaps something like www.kartoo.com (needs flash) or

Re: Would a getting started guide help

2002-10-02 Thread Dan Sugalski
At 12:15 PM +0100 10/2/02, Tim Bunce wrote: On a related note, are there any good tools for static code analysis around? The usual cross-reference stuff would be handy, but ideally something that goes further. If someone wants to build some and there are things that parrot doesn't provide that

Re: Would a getting started guide help

2002-10-01 Thread Dan Sugalski
At 10:46 PM -0400 9/28/02, Erik Lechak wrote: I would like to start helping in the development of parrot. I have read the documentation, the design docs, and went over the source, but I am still a little lost. I would eventually like to help with the coding, but it appears that there may be

Would a getting started guide help

2002-09-30 Thread Erik Lechak
Hello All, I hope this is the correct place for my post. I have not seen many (or any) newbie parrot questions on this group. Please direct me to the correct group and forgive my intrusion if this message is misposted. I would like to start helping in the development of parrot. I have read

Re: Would a getting started guide help

2002-09-30 Thread Nicholas Clark
I think a getting started guide would help a lot. On Sat, Sep 28, 2002 at 10:46:36PM -0400, Erik Lechak wrote: 3)Do I have to use pod? No offense, but I can't stand pod. The pdd design document states that pod is the ...documentation language for All Things Perl, but this is Parrot