Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Help me to design a view which is used to create a own compiler in C# . It also should user friendly
Posted
Comments
Nelek 22-Apr-14 4:03am    
How are we supposed to do that? You don't give any requirement, any information and nothing relevant about what you need. With such a vague question... you won't get much help.

On the other hand, Most important goal here is to learn and help learning.
You are supposed to try it on your own, and come here when you got stuck with something, with a concrete question about your code, design, etc.
Please have a look to What have you tried?[^] to see a good explanation about what I mean.
Don't forget people here don't get payed. And besides, if we give you a ready-to-go solution, it is not going to help you because you are not going to learn anything from it.

1 solution

Designing the view is really the less difficult of your tasks. In order to write a compiler you have first to create a language (or use an existing one) and then actually develop the compiler, that is the lexer, the parser, the code generator, possibly the optimizer and so on.
I suggest you to start reading books on compiler construction and have a look at tools like ANTLR[^].
 
Share this answer
 

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