Extern / Storage Class in C Sharp ?

  • Thread starter Thread starter vivekian
  • Start date Start date
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
 
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
 
Back
Top