Documentation Update
- Added examples to the grammar file. - Added recent change to ChangeLog, html/task.html.
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
and shadow files.
|
and shadow files.
|
||||||
+ Fixed bug with the task sort alogrithm, which led to an unstable sequence
|
+ Fixed bug with the task sort alogrithm, which led to an unstable sequence
|
||||||
when there were only a handful of tasks.
|
when there were only a handful of tasks.
|
||||||
|
+ Performance enhanced by eliminating unnecessary sorting.
|
||||||
|
|
||||||
------ old releases ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
|
|
||||||
# This is a full BNF grammar for the task command line. It is intended that a
|
# This is a full BNF grammar for the task command line. It is intended that a
|
||||||
# future release of task will incorporate a complete lexer/parser implementing
|
# future release of task will incorporate a complete lexer/parser implementing
|
||||||
# this grammar.
|
# this grammar, which will allow for more sophisticated command lines, for
|
||||||
|
# example:
|
||||||
|
#
|
||||||
|
# task delete 1 2 4-7
|
||||||
|
# task add pri:H pro:X -- pro pri 1 ///
|
||||||
|
#
|
||||||
|
|
||||||
command ::= simple_command
|
command ::= simple_command
|
||||||
| filter_command filter?
|
| filter_command filter?
|
||||||
|
|||||||
@@ -118,6 +118,7 @@
|
|||||||
and shadow files.
|
and shadow files.
|
||||||
<li>Fixed bug with the task sort alogrithm, which led to an unstable sequence
|
<li>Fixed bug with the task sort alogrithm, which led to an unstable sequence
|
||||||
when there were only a handful of tasks.
|
when there were only a handful of tasks.
|
||||||
|
<li>Performance enhanced by eliminating unnecessary sorting.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user