Skip to content

Commit

Permalink
Make the FAQ intentions clearer
Browse files Browse the repository at this point in the history
Courtesy of Brent 'Dax' Royal-Gordon <brent@brentdax.com>


git-svn-id: https://svn.parrot.org/parrot/trunk@6025 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
dan committed May 11, 2004
1 parent 64f9d46 commit 7ab7c26
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/compiler_faq.pod
Expand Up @@ -5,6 +5,18 @@

docs/compiler_faq.pod - Parrot FAQ for compiler writers

=head1 General Questions

=head2 Which C compilers can I use with Parrot?

Whoa, there--you're looking at the wrong FAQ. This document is for people
writing compilers that target Parrot.

To answer your question, though, Parrot should theoretically work with any
C89-compliant C compiler, although some features require C<gcc>. See the
F<README> files in the root directory for more information about building
Parrot.

=head1 Subroutines

=head2 How do I generate a sub call in PIR?
Expand Down

0 comments on commit 7ab7c26

Please sign in to comment.