Download List

项目描述

ASPA attempts to automate the process of translating ASP pages into PHP. The supported languages are JScript and VBScript.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-02-02 20:34
1.2

这个版本修复了与在VB Call语句的问题,并转化Dim语句使用array_fill功能。它增加了ReDim语句的翻译,并支持ADODB.Command的ActiveX。
标签: Minor feature enhancements
This version fixes a problem with the Call statement in VB, and translates the Dim statement using the array_fill function. It adds the translation of the Redim statement, and supports the ADODB.Command ActiveX.

2004-10-02 16:18
1.1

此版本增加了对VB的类支持,并处理好VB的数组。从收集到的资料,包括目前提供给主解析器文件。 VB的事件的声明将只接受int或字符串常量。现在,任何用语解析为一个属于上述类型的值被接受。在一行语法如果VB的声明,只允许表达。现在,它接受声明以及其他。
标签: Major feature enhancements
This release adds support for VB classes and handles VB arrays better.
Information gathered from include files is now made available to the
main parser. The case statement of VB would accept only int or string
constants. Now, any expression which resolves to a value of the above
types is accepted. In the one-line syntax of the if statement of VB,
only expressions were allowed. Now, it accepts other statements as well.

2004-09-13 21:10
0.1

标签: Initial freshmeat announcement

Project Resources