Re: Mathematics skills for writing a compiler?

napi@axiomsol.com (napi)
14 Sep 2004 16:38:41 -0400

          From comp.compilers

Related articles
Mathematics skills for writing a compiler? lucky7456969@hotmail.com (2004-09-08)
Re: Mathematics skills for writing a compiler? sandra@frogsonice.com (Sandra Loosemore) (2004-09-13)
Re: Mathematics skills for writing a compiler? dido@imperium.ph (Rafael 'Dido' Sevilla) (2004-09-13)
Re: Mathematics skills for writing a compiler? torbenm@diku.dk (2004-09-13)
Re: Mathematics skills for writing a compiler? dmclean@stsci.edu (Donald F. McLean) (2004-09-13)
Re: Mathematics skills for writing a compiler? napi@axiomsol.com (2004-09-14)
Re: Mathematics skills for writing a compiler? vidar@hokstad.name (2004-09-14)
Re: Mathematics skills for writing a compiler? joe@burgershack.com (Randy) (2004-09-21)
Re: Mathematics skills for writing a compiler? kamalp@acm.org (2004-09-21)
Re: Mathematics skills for writing a compiler? tommy.nordgren@chello.se (Tommy Nordgren) (2004-09-24)
Re: Mathematics skills for writing a compiler? kamalp@acm.org (2004-09-25)
Re: Mathematics skills for writing a compiler? firefly@diku.dk (Peter \Firefly\Lund) (2004-10-23)
| List of all articles for this month |

From: napi@axiomsol.com (napi)
Newsgroups: comp.compilers
Date: 14 Sep 2004 16:38:41 -0400
Organization: http://groups.google.com
References: 04-09-063
Keywords: courses, practice
Posted-Date: 14 Sep 2004 16:38:41 EDT

lucky7456969@hotmail.com (Jack) wrote
> What mathematical skills do I need in order to build an "average" compiler?
> such as numerical methods, CFG, DFS.... etc


You need to know Formal Language Theory which includes regular
languages, context free languages, etc. And you also need to know set
theory especially for optimizations. Other than that it's mostly
about programming using a lot of linked lists and hashing techniques.


Cheers.


Napi


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.