Boolean Language ================ The Boolean language allows the user to define simple Boolean expressions that Dune can evaluate. Here's a semiformal specification of the language: .. productionlist:: blang op : '=' | '<' | '>' | '<>' | '>=' | '<=' expr : (and +) : (or +) : (