Taylor Bockman 7 years ago
parent
commit
8ca26fe648
  1. 3
      src/parser.rs

3
src/parser.rs

@ -27,7 +27,7 @@ pub enum CommandValue {
pub struct Parser {}
/// TokenResult is a convenient way t package an entire command string. It is identified by it's associated
/// TokenResult is a convenient way to package an entire command string. It is identified by it's associated
/// Token, and the arguments.
///
/// Example:
@ -56,7 +56,6 @@ impl Parser {
pub fn parse(s: &str) -> TokenResult {
}
}

Loading…
Cancel
Save