rascal 0.3.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/trace_hello_world.as
---
Ok:
  initial_script:
    - Expr:
        span:
          start: 0
          end: 20
          file: 0
        value:
          Trace:
            span:
              start: 6
              end: 19
              file: 0
            value:
              Constant:
                String: Hello World
  interfaces: []
  classes: []
  custom_pcodes: []
  compile_options:
    swf_version: 15
    optimizations:
      fold_constants: true
      promote_variables_to_registers: true