Class: BooleanTermParser::QueryParser

Inherits:
Parslet::Parser
  • Object
show all
Defined in:
lib/doing/boolean_term_parser.rb

Overview

This query parser adds an optional operator ("+" or "-") to the simple term parser. In order to do that, a new "clause" node is added to the parse tree.