Recursive descent parser for wirespec.
Consumes a token stream from the lexer and produces an AstModule. Grammar follows wirespec_spec_v1.0 §6.1 (core) and §6.2 (state machines).
AstModule