Command Line Grammar

- Updated documentation.
This commit is contained in:
Paul Beckingham
2013-07-22 19:15:41 -04:00
parent 2232ff7a21
commit 235fb9f054
3 changed files with 37 additions and 131 deletions

View File

@@ -15,7 +15,7 @@ There are several forms of literals:
<date> either ISO-8601 or rc.dateformat dates
<duration> either ISO-8601 or durations
There are several supported operators:
There are many supported operators:
+ addition, concatenation
- subtraction, unary minus
@@ -27,7 +27,7 @@ There are several supported operators:
= != equality operators
~ !~ match operators
There are also helper operators to perform odd operations:
There are helper operators to perform odd operations:
__hastag__ presence of a tag
__notag__ absence of a tag