as3_parser-0.1.3 has been yanked.
ActionScript 3 parser
NOTICE: Only the tokenizer of this crate is done. The rest is a work-in-progress.
An ActionScript 3 parser and verifier written in the Rust language.
Requirements
- Nightly Rust
Usage
Tokenizing:
use *;
// Tokenize `n * n`
let _n = "n".to_owned;
let source = new;
let mut tokenizer = new;
assert!;
assert!;
assert!;
Parsing: not available yet.
Verification: not available yet.