-
Notifications
You must be signed in to change notification settings - Fork 4
Processing deviations
Matheus Dias de Souza edited this page May 3, 2024
·
1 revision
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.