Tomasz Borowik writes:
> The most beneficial task (for me) would be to just bring the front-end
> I've already written up to mainline quality (though not necessarily
> inclusion), and in the process update some of the documentation or
> maybe even cleanup some gcc code.
I have nothing against ne
On Mon, 19 Mar 2012 13:26:00 +
Andrew Haley wrote:
> On 03/18/2012 11:53 PM, Tomasz Borowik wrote:
>
> > The perfect solution would be to shun away the standard model and
> > actually support a kind of on-demand recompilation where the editor
> > tells the compiler (running in background) wh
On 03/18/2012 11:53 PM, Tomasz Borowik wrote:
> The perfect solution would be to shun away the standard model and
> actually support a kind of on-demand recompilation where the editor
> tells the compiler (running in background) what has changed and the
> compiler (having a function inlining map)
Robert Millan wrote:
Hi Ian,
On Sat, Mar 29, 2008 at 07:28:19PM -0700, Ian Lance Taylor wrote:
However, I think a C# frontend would be too much work for one student
during the summer.
Do you think it can be broken down? My understanding of compilers is very
narrow (although I expect
On Sun, Mar 30, 2008 at 08:47:05AM -0600, Tom Tromey wrote:
> > "Robert" == Robert Millan <[EMAIL PROTECTED]> writes:
>
> Robert> I know it's a bit late, but I just thought that it'd be really
> Robert> nice if GCC had a C# frontend.
>
> FWIW there is an incomplete CIL front end on a branch.
> "Robert" == Robert Millan <[EMAIL PROTECTED]> writes:
Robert> I know it's a bit late, but I just thought that it'd be really
Robert> nice if GCC had a C# frontend.
FWIW there is an incomplete CIL front end on a branch. See:
http://gcc.gnu.org/projects/cli.html
Based on experience wit
Hi Ian,
On Sat, Mar 29, 2008 at 07:28:19PM -0700, Ian Lance Taylor wrote:
> Robert Millan <[EMAIL PROTECTED]> writes:
>
> > I know it's a bit late, but I just thought that it'd be really nice if GCC
> > had a C# frontend. I don't have time to do this myself right now (although
> > I'm willing t
Robert Millan <[EMAIL PROTECTED]> writes:
> I know it's a bit late, but I just thought that it'd be really nice if GCC
> had a C# frontend. I don't have time to do this myself right now (although
> I'm willing to work on it in the future if noone beats me to it), but maybe
> someone would pick it