Megat wrote:
I'm trying to create a conversion program, that convert a simple
proprietry programming language to an international standard
languange, using Visual C++. Need some help from those who has
experience or anyone who has any idea in creating such program.
Really appreciate your help.
Thank you
Try comp.compilers.*.
Try comp.programming.
Search the newsgroups and web for these keywords:
"Compiler theory"
"translator computer language"
"parser"
"lexer"
Your biggest issue is converting constructs of one language
which are not in the other language. Other issues may also
pop up, such as converting from functional (like LISP) to
procedural (FORTRAN).
If you are writing your tool in C++ and need assistance,
then post the code here along with details about the
expected behavior and the actual behavior. Be sure to
read the FAQs below before posting.
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq:
http://www.parashift.com/c++-faq-lite
C Faq:
http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library