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§

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