Package civquest.parser.condition

Class Summary
ComplexConditionParser A ComplexConditionParser can parse condition expressions with an arbitrary number of variables.
ConditionParser A ConditionParser is capable of processing one-line boolean expressions in its own Java-like language, and evaluating their truth values.
SimpleConditionParser A SimpleConditionParser can parse condition expressons with a maximum of two variables, h and t.