Skip to main content

Module parser

Module parser 

Source
Expand description

Recursive descent parser for the Specl specification language.

Structs§

Parser
Parser for Specl source code.

Enums§

ParseError
Parser error.

Functions§

parse
Parse source text into a module.

Type Aliases§

ParseResult