rascal 0.2.4

A parser and compiler for Flash ActionScript 2 files into SWFs
Documentation
---
source: crates/rascal/src/program.rs
expression: parsed
input_file: samples/as2_classes/AnExtendingInterface.as
---
Ok:
  initial_script: []
  interfaces:
    - name: AnExtendingInterface
      extends: AnEmptyInterface
      functions:
        test:
          name:
            span:
              start: 71
              end: 75
            value: test
          args: []
          return_type: ~
    - name: AnEmptyInterface
      extends: ~
      functions: {}
  classes: []
  custom_pcodes: []