summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f91fc39..272420f 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,8 @@ to the test suite would make sense.
## Misc. notes ##
* **Useful information can be extracted from internal data structures.** The
- expression format is pretty simple for example (see the
+ expression format is pretty simple for example: `A && B && (!C || D == 3)` is
+ represented as (AND A (AND B (OR (NOT C) (EQUAL D 3)))); see the
`Config._parse_expr()` docstring).
It's hard to come up with good APIs for dealing with expressions given how