module Morpheus::Cli::ExpressionParser

Provides parsing of user input into an Array of expressions for execution Syntax currently supports the && and || operators, and the use of parenthesis returns an Array of objects. Each object might be a command (String), an operator (well known String) or another expression (Array)