rascal 0.2.3

A parser and compiler for Flash ActionScript 2 files into SWFs
Documentation
1
2
3
4
5
6
7
8
9
10
mod error;
mod internal;
mod program;
mod provider;
mod swf;
#[cfg(test)]
mod tests;

pub use program::{CompileOptions, CompiledProgram, Program, ProgramBuilder, SwfOptions};
pub use provider::{FileSystemSourceProvider, SourceProvider};