Module bymc

Module bymc 

Source
Expand description

This module contains the parser for the ByMC specification format.

The parser uses the pest parser generator, with the grammar defined in bymc_format.pest. The grammar is based on the ByMC, but allows for more flexibility in the specification.

Structs§

ByMCParser
Parser for the ByMC format

Enums§

Rule
This file specifies a pest grammar for the specification format introduced by BYMC (https://github.com/konnov/bymc).