Skip to main content

Crate cuttlefish_core

Crate cuttlefish_core 

Source
Expand description

Parsing and validation of Cuttlefish.spec files.

A spec describes one delegable job: which model runs it, what the job may reach, and which proc-block implements it. See spec for the format this build reads and, more importantly, for what it refuses — a spec grants capabilities, so anything not fully understood is an error rather than something to skip past.

Modules§

endpoint
Where the daemon listens, and the client connects.
graph
The graph AST: nodes = {...} and branches = {...}.
lex
Turning spec text into tokens.
spec
Parsing Cuttlefish.spec files.