Module: FoodIngredientParser::Strict

Defined in:
lib/food_ingredient_parser/strict/nodes.rb,
lib/food_ingredient_parser/strict/parser.rb,
lib/food_ingredient_parser/strict/to_html.rb

Overview

Adds HTML output functionality to a Treetop Node.

The node needs to provide a #to_h method (for #to_html_h).

Defined Under Namespace

Modules: Grammar, ToHtml Classes: Parser