Click here to Skip to main content
15,746,652 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi..
I know it possible to create C# compiler with C#, But i want to know how to create a C compiler.
Posted
Comments
Patrice T 21-Dec-15 18:58pm    
Yes you can.

1 solution

Of course it's possible. You just have to get to work on it. It's the same software design process as writing a C compiler in any other language. I suggest you start Googling for "write a C compiler" and start reading. There's a lot of stuff you have to research and cover.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 21-Dec-15 17:57pm    
Sure, a 5.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900