Extern / Storage Class in C Sharp ?

V

vivekian

Hi ,

I am a C Sharp newbie, and need to study its compiler internals as a
part of my small project. Does Microsoft provide compiler details e.g.
what kind of symbol table it uses etc ? I believe there is an
equivalent Linux implementation - Mono available . Would looking it up
help since its open source ? Any pointers to links would be a big help.


Thanks in advance,
vivekian
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

vivekian said:
Hi ,

I am a C Sharp newbie, and need to study its compiler internals as a
part of my small project. Does Microsoft provide compiler details e.g.
what kind of symbol table it uses etc ? I believe there is an
equivalent Linux implementation - Mono available . Would looking it up
help since its open source ? Any pointers to links would be a big help.

Take a look at Mono, I doubt MS provides any info about his stellar
compiler.

Note that it's implemented in C/C++ so you better be familiar with it
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top