[Mono-dev] the c# compiler code

2005-08-20 Thread Eduard Ralph
Hi,   I’m currently working on expanding the c# compiler for my personal syntax. (the /mcs code, not gmcs). As part of that I noticed that the compiler code is a bit messy and not well documented. I would touch up the code I run into while working on my own expansion. That would require c

Re: [Mono-dev] the c# compiler code

2005-08-21 Thread Miguel de Icaza
Hello, > I’m currently working on expanding the c# compiler for my personal > syntax. (the /mcs code, not gmcs). As part of that I noticed that the > compiler code is a bit messy and not well documented. I would touch up > the code I run into while working on my own expansion. That would > require

Re: [Mono-dev] the c# compiler code

2005-08-26 Thread Kornél P?l
lt;[EMAIL PROTECTED]> Cc: Sent: Sunday, August 21, 2005 7:33 PM Subject: Re: [Mono-dev] the c# compiler code Hello, I’m currently working on expanding the c# compiler for my personal syntax. (the /mcs code, not gmcs). As part of that I noticed that the compiler code is a bit messy and not well d

Re: [Mono-dev] the c# compiler code

2005-08-26 Thread Miguel de Icaza
Hello, > The following does not specific to mcs code it's my opinion about splitting > files: > > I think having a clean and well organized source code is required for > efficient development. > > When splitting is done by copying files using SVN then removing unnecessary > parts from each file

Re: [Mono-dev] the c# compiler code

2005-08-26 Thread John Luke
Hello, On Fri, 2005-08-26 at 16:12 -0400, Miguel de Icaza wrote: > History is more valuable to those hacking on the compiler than having a > source code that does not have a file-per-class. > > An acceptable hack is: modify MonoDevelop to support class-based > browsing of your source code. > Jus

AW: [Mono-dev] the c# compiler code

2005-08-26 Thread Eduard Ralph
AIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Miguel de Icaza Gesendet: Freitag, 26. August 2005 22:13 An: Kornél P?l Cc: Eduard Ralph; mono-devel-list@lists.ximian.com Betreff: Re: [Mono-dev] the c# compiler code Hello, > The following does not specific to mcs code it's my opinion ab