About Bhasha...

Bhasha was started as a course project at IIT Kanpur. Today, it has become one of the most detailed compilers for the ASP language.

read more

About the authors
The authors are all students of the Computer Science and Engineering Department at IIT Kanpur. Click to read more about them...

ASP

Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script-engine for dynamically-generated web pages. Initially released as an add-on to Internet Information Services (IIS) via the Windows NT 4.0 Option Pack (ca 1998), it was subsequently included as a free component of Windows Server (since the initial release of Windows 2000 Server).

PHP

PHP is a general-purpose scripting language originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. It also has evolved to include a command-line interface capability and can be used in standalone graphical applications. PHP can be deployed on most web servers and as a standalone interpreter, on almost every operating system and platform free of charge. PHP is installed on more than 20 million websites and 1 million web servers.

Bhasha

Bhasha takes ASP code mixed with HTML code and converts it to its corresponding PHP code mixed with the same HTML code.