Thread: <b>Need Guidence in Compiler Designing</b>

  1. #1
    Registered User
    Join Date
    Dec 2010
    Location
    Lucknow, India
    Posts
    72

    <b>Need Guidence in Compiler Designing</b>

    Hi. I want to design a Compiler for C Programming. But I know only C language. So is it necessary to learn other Languages Like Assembly or machine language too or C is sufficient ??
    And from where I can start to learn this Process ??
    And Can I also have to design the common header files or I have to write only few codes that can convert C program into Machine Language ??
    PLEASE Help me....
    THANKS ^-^

  2. #2
    Registered User \007's Avatar
    Join Date
    Dec 2010
    Posts
    179
    A compiler consists of multiple parts such as a parser, a linker, an assembler etc. C and assembly language would be useful. You are not going to get by with just C. You may write certain parts in C alone, such as a parser though.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  3. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  4. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  5. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM