Skip to content

Processing deviations

Matheus Dias de Souza edited this page May 3, 2024 · 1 revision

Include Directive

In the original ActionScript 3, the include directive concatenates source text from another ActionScript file, which affects line and column information; in other words, it is not a reliable feature.

In this parser, the include directive contributes the syntactic structures from another ActionScript file, including package definitions and directives.

Clone this wiki locally