Search code examples
javacompiler-constructionprogramming-languages

bring more than one languages into a common compiler


For my assignment , I want to know about common compiler list? I really didn't understand this...Please anybody give an idea about this..I Google it but didn't get proper solution

Thanks


Solution

  • Are you asking about common compilers? Or you want one compiler that can handle multiple languages? Try GCC. It can compile:

    • C
    • C++
    • Objective-C
    • Fortran
    • Java
    • Ada
    • Go