module FrontMatterParser::SyntaxParser::Factorizable

This is just a helper to allow creating syntax parsers with a more terse syntax, without the need of explicitly creating descendant classes for the most general cases. See {SyntaxParser} for examples in use.