Crate syzlang_parser

source ·
Expand description

Parse Syzkaller syntax descriptions syzlang into a more suitable format for analysis with Rust.

Parsing is done in several steps:

  1. Tokenize into token::Token
  2. Parse into parser::Parsed

Modules§

  • Parse tokens into valid objects
  • Parse Syzkaller language into a series of tokens for future processing.

Enums§

  • All the different errors the crate can produce