Compilers

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • from INDIA: Compiler vs. Translator

    0 answers - 1010 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Well, I have developed a Part Compiler (Part Translator) for my own
    language 'Astra'. The task of building it (still under
    development) was similar to that of a compiler for it does
    syntax error checking, macro substitution, actual translation to C
    code, and now it has started executing some Astra programs on its own.
    Therefore, Translators for the languages somewhat similar are also
    like compilers if one wants to put in the effort to produce an
    error-free code. Mine does the same and is on its way to becoming a
    complete independent Astra code executer.
    Paras Singh,
    Research Engineer, India
    [A useful translator has to do just about everything a compiler does. That's
    because there are always small semantic differences between the source and
    target language so that the obvious 1 for 1 translation doesn't quite do
    the right thing, and the translater has to generate code to work around
    the differences. -John]

Re: from INDIA: Compiler vs. Translator


max 4000 letters.
Your nickname that display:
In order to stop the spam: 2 + 1 =
QUESTION ON "Compilers"

EMSDN.COM