On 05:00 13 May 2002, Shyam Kumar Mankayil <[EMAIL PROTECTED]> wrote: | Assuming that I wish to make a compiler that compiles a given language | into Machine Language (specific to AMD-Duron) , where do I start from , | and what do I need to know ?
You want a copy of the Dragon Book: "Compilers: Principles, Techniques and Tools" by Aho, Sethi and Ullman. ISBN: 0-201-10088-6. Read and understand. Linux tools for the common components are: flex lexical analyser (matching lex on mainstream UNIX) bison compiler compiler (matching yacc on mainstream UNIX) and of course gcc for the compilation of the compiler after than. -- Cameron Simpson, DoD#743 [EMAIL PROTECTED] http://www.zip.com.au/~cs/ Banning guns to prevent murder is like banning word processors to prevent libel. - Toby Bradshaw _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list