Download List

Descripción del Proyecto

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

System Requirements

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

Esta versión corrige un problema con la declaración de llamadas en VB, y traduce la instrucción Dim con la función array_fill. Se añade la traducción de la instrucción ReDim, y apoya el ActiveX ADODB.Command.
Tags: 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

Esta versión incluye el soporte para las clases de VB y VB maneja matrices mejor. La información obtenida de archivos de inclusión está ahora disponible para el analizador principal. La declaración de caso de VB sólo aceptaría int o constantes de cadena. Ahora, cualquier expresión que se resuelve en un valor del tipo antes mencionado se acepta. En la sintaxis de la línea de la instrucción if de VB, se les permitió expresiones solamente. Ahora, acepta las declaraciones de otros también.
Tags: 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

Tags: Initial freshmeat announcement

Project Resources