@1 [] : " |\t|\n" [const_false] : "false|0" [const_true] : "true|1" [not] : "¬|-|\!|not" [and] : "∧|&|and" [or] : "∨|\||or" [open] : "\(|\[" [close] : "\)|\]" {constant_false} : : [const_false] {constant_true} : : [const_true] {negation} : : [not] {conjunction} : : [and] {disjunction} : : [or] {priorised} : : [open] [close]