Expand description
Parse Syzkaller syntax descriptions syzlang into a more suitable format for analysis with Rust.
Parsing is done in several steps:
- Tokenize into token::Token
- Parse into parser::Parsed
Modules§
- parser
- Parse tokens into valid objects
- token
- Parse Syzkaller language into a series of tokens for future processing.
Enums§
- Error
- All the different errors the crate can produce