Hi
Anybody knows how can I use VS2010 IDE to write my own language codes and compile it with my own compiler?
Hi Anybody knows how can I use VS2010 IDE to write my own language
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I will not suggest to use .Net in any case to write your own programming language/compiler. If you use .net, then the person who will be using your compiler must have .net framework. And also the program will undergo lots of conversion from your launguage -> your compiler-> converted .net code -> .net stuffs here to generate the code for windows. It will just add one more step.
EDIT:
Here are some references of compilers, you can use them as your guide.
http://wiki.freepascal.org/Compiler_development_articles
http://en.wikipedia.org/wiki/Dev-C%2B%2B
http://en.wikipedia.org/wiki/Compiler