Adding comments directly within Boolean expressions, to improve readability and understanding without affecting the expression's logic
Pulsar should support a way to add comments within the Boolean expression itself, similar to how you can add comments in programming languages like Python or JavaScript. These comments wouldn't be part of the logic of the expression, but would sim...