rascal 0.2.7

A parser and compiler for Flash ActionScript 2 files into SWFs
Documentation
---
source: crates/rascal/src/tests.rs
expression: result
input_file: samples/as2/import_affects_functions.as
---
initializer:
  actions:
    - ConstantPool:
        - BitmapData
        - flash
        - display
        - beforeImport
        - afterImport
    - DefineFunction:
        name: beforeImport
        params: []
        actions:
          actions:
            - Push:
                - Constant: 0
            - GetVariable
            - Trace
          label_positions: {}
    - DefineFunction:
        name: afterImport
        params: []
        actions:
          actions:
            - Push:
                - Constant: 1
            - GetVariable
            - Push:
                - Constant: 2
            - GetMember
            - Push:
                - Constant: 0
            - GetMember
            - Trace
          label_positions: {}
    - Push:
        - Integer: 0
        - Constant: 3
    - CallFunction
    - Pop
    - Push:
        - Integer: 0
        - Constant: 4
    - CallFunction
    - Pop
  label_positions: {}
extra_modules: []
compile_options:
  swf_version: 15
custom_pcodes: []