Results 1 to 7 of 7

Thread: C# compiler? anyone knows how it's written?

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    C# compiler? anyone knows how it's written?

    Do you know if MS announced what parser/compiler generator tools they've used to create the C# compiler? just curious
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  2. #2
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: C# compiler? anyone knows how it's written?

    What I know about their compiler is the command line, mcs.
    Example: mcs program.cs

    I found it w/ MONO, they confirmed that they are using C#'s compiler and when I'm compiling my codes in MONO I'm using that command line and my program works.
    If I compile the program using VS2005 it still works w/ MONO so I analyzed that it is the mcs.

  3. #3

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: C# compiler? anyone knows how it's written?

    Quote Originally Posted by eSPiYa
    What I know about their compiler is the command line, mcs.
    Example: mcs program.cs

    I found it w/ MONO, they confirmed that they are using C#'s compiler and when I'm compiling my codes in MONO I'm using that command line and my program works.
    If I compile the program using VS2005 it still works w/ MONO so I analyzed that it is the mcs.
    eh mcs? isnt that just microsoft c sharp?
    I meant to ask what tools they've used to actually write something like "mcs"? I doubt they've written it by hand from scratch lol
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  4. #4
    Lively Member
    Join Date
    Oct 2006
    Posts
    71

    Re: C# compiler? anyone knows how it's written?

    The C# compiler is written in C++, I believe. Someone told me they saw a T-shirt in Redmond a C++ guy was wearing that said "My compiler compiles your compiler". Too funny.

  5. #5
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: C# compiler? anyone knows how it's written?

    Try this .

  6. #6

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: C# compiler? anyone knows how it's written?

    thanks for the replies!
    none of them however answer me
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  7. #7
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: C# compiler? anyone knows how it's written?

    They won't tell anyone what exactly the tools they are using in creating their products.
    However, you can write your own compiler w/ any programming tools (but not WEB Development tools ) and the guide from the link that I post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width