Paper Title
Multi Language Online Compiler: Compilerx
Abstract
This paper presents an online web application software that is an online programming language compiler. This
compiler, like any other standard offline compiler, it compiles, takes user input and executes the same way, but can work in
various languages without the need to change the code editor and use a different compiler. This is done with the help of an
online API that contains various compilers on the server containing the API. This carries a huge advantage as the user does
not depend on its own system’s memory and other resources for compilation and execution of code.
Keywords- Compiler, API, code, editor, programming language.