Related articles |
---|
How hard is it to write a compiler ? pradeeptumati@excite.com (Pradeep Tumati) (2000-10-22) |
Re: How hard is it to write a compiler ? rbenedik@fsmat.htu.tuwien.ac.at (Ronald Benedik) (2000-10-23) |
Re: How hard is it to write a compiler ? chase@naturalbridge.com (David Chase) (2000-10-23) |
Re: How hard is it to write a compiler ? lionelp@worldonline.co.za (Lionel Pinkhard) (2000-10-23) |
Re: How hard is it to write a compiler ? vbdis@aol.com (2000-10-23) |
Re: How hard is it to write a compiler ? dlindauer@notifier-is.net (david lindauer) (2000-10-26) |
Re: How hard is it to write a compiler ? jason@pattosoft.com.au (Jason Patterson) (2000-10-26) |
From: | Lionel Pinkhard <lionelp@worldonline.co.za> |
Newsgroups: | comp.compilers |
Date: | 23 Oct 2000 22:12:44 -0400 |
Organization: | Compilers Central |
Keywords: | practice |
In-reply-to: | 00-10-170 |
Hi,
Well, I'm working on my own, and my compiler is going swell! I'm
working on a new language, designed to be as simple as possible (a
little bit like Basic, just modified a lot), and I'm doing it on my
own. However, C/C++ and Java are pretty tough, since it's hard to put
them into BNF, and all that, but it's just a lot of work, and I still
think that one or two programmers should be enough. The only tool
you'll really need is a programming language :-), I'm using Turbo
Pascal, and it's doing great!
Just my opinion, I don't think it's THAT hard!
Ciao,
Lionel
On 22 Oct 2000, Pradeep Tumati wrote:
> I was just wondering as for how many programmers one needs to design
> C/C++ and the Java compiler. Also, what is the time required to complete
> these two compilers with all the available tools. how long does it take to
> remodify the GCC compiler (semantic and the code generation parts)
> completely and make a product out of that.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.