Skip to main content

Module parser

Module parser 

Source
Expand description

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).

Structs§

ParseError
Parser

Functions§

parse