root/manage/trunk/.todo

Revision 181, 0.6 kB (checked in by svn, 4 years ago)

Added support for wildcard grammar sub-trees. This means that a wildcard will
match down to a terminating ACTION, then start parsing from the wildcard node
again. Very handy.

Line 
1 <!-- Automagically generated by the ToDo program on 11/11/04, 13:31 -->
2 <todo version="0.1.18">
3     <title>
4         Manage - command line interface intfrastructure
5     </title>
6     <note priority="high" time="1088668492" done="1100140286">
7         Because shortest match is allowed on grammar nodes, we need to expand the matches before execution. eg. The command "a u barry" might match the grammar "add $user barry", but the arg $user is passed as "u" to the final ACTION. Not good.
8         <comment>
9             No longer supporting short match, too hard.
10         </comment>
11     </note>
12 </todo>
Note: See TracBrowser for help on using the browser.