as3_parser-0.1.7 has been yanked.
ActionScript 3 parser
NOTICE: The parser is almost finishing (excluding tests). A verifier will be futurely implemented.
An ActionScript 3 parser 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.