Re: Re: Prothon 0.1.2 is getting close to Alpha [Prothon]
Lenard Lindstrom <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <Mahogany-0.66.0-4294680211-20040711-202416.00@pop3.norton.antivirus> |
On Sun, 11 Jul 2004 16:22:54 -0700 Mark Hahn <[email protected]> wrote: > > 2) I downloaded the CVS tree and I couldn't find any build instructions for > windows. I didn't look very hard but I couldn't find any C files. I saw a > lot of .pod files. What are those? The faq said Parrot was written in C. > .pod files are Perl document files. They are viewed using the perldoc Perl program. You can also read them with a text editor. The source code is in the src, include/parrot, and io subdirecties among others. Lenard Lindstrom <[email protected]>