Document:
Translator-TaMIE-V02 (Revision 1)

Draft (A preliminary unapproved sketch, outline, or version.)

Details

Submitted By Mr. Jacques Durand on 2009-06-05 1:29 am UTC

Publication Type

None at this time.

Group / Folder

OASIS Testing and Monitoring Internet Exchanges (TaMIE) TC / Scripts

Modified by

Not modified.

Copy

This document is not a copy.

Technical Contact

None at this time.

Download Count

20

Download Agreement

None at this time.

Description

V0.2:
- fixed a few bugs.
- now seems to support all combinations of <exit>, at any level inside a scriplet.
- <exit> may appear anywhere, not just inside a simple <if>

Among Limitations of translator:

- does not handle loops.
- does not handle switch statements (compelx conditions)
- no "bubbling up" of <exit> to the invoking scriplet yet (not hard to add).

NOTES:
- <exit> within a variable def does not "interrupt" the embedding scriplet: only affects the execution of this variable def, and its value.