Documentation

- Initial project version doc updates.
This commit is contained in:
Paul Beckingham 2015-01-02 00:01:32 -05:00
parent 8180b94b1b
commit 6a3b13dbfc
3 changed files with 18 additions and 7 deletions

View file

@ -24,7 +24,7 @@ Command Line Parsing
determines whether subsequent arguments are interpreted as part of a filter or
set of modifications.
The Parser object is fed command line arguments, then through a succession of
The CLI object is fed command line arguments, then through a succession of
calls builds and annotates a parse tree. To help with this, the Lexer is
used to break up strings into tokens.