Module: FrontMatterParser

Defined in:
lib/front_matter_parser.rb,
lib/front_matter_parser/loader.rb,
lib/front_matter_parser/parsed.rb,
lib/front_matter_parser/parser.rb,
lib/front_matter_parser/version.rb,
lib/front_matter_parser/loader/yaml.rb,
lib/front_matter_parser/syntax_parser.rb,
lib/front_matter_parser/syntax_parser/factorizable.rb,
lib/front_matter_parser/syntax_parser/multi_line_comment.rb,
lib/front_matter_parser/syntax_parser/indentation_comment.rb,
lib/front_matter_parser/syntax_parser/single_line_comment.rb

Overview

FrontMatterParser is a library to parse a front matter from strings or files. It allows writing syntactically correct source files, marking front matters as comments in the source file language.

Defined Under Namespace

Modules: Loader, SyntaxParser Classes: Parsed, Parser

Constant Summary collapse

VERSION =
'1.0.1'