把C#转化为Javascript的工具

Script# is a compiler that generate the Javascript instead of MSIL (Microsoft Intermediate Language) from C# sourcecode. Like GWT (Google Web Toolkit) that can convert the Java code to browser-compliant JavaScript and HTML, Script# is able to convert the C# codes to Javascript (either human-readable format or compact one). It is the best tool for those who hate to write the Javascript in HTML view.

 

 

Sourcecode Download : SSharp.zip

 

 

使用说明,请阅读这篇文章:

http://michaelsync.net/2007/10/29/script-c-to-javascript-converter 

你可能感兴趣的:(把C#转化为Javascript的工具)