documentation and cargo.toml changes

This commit is contained in:
2024-10-14 16:26:56 -04:00
parent d5e64abcdb
commit c1a514dd9d
5 changed files with 7 additions and 0 deletions

View File

@@ -239,6 +239,7 @@ impl ParseTree {
}
}
/// Parses input tokens and produces ParseTrees for an Executor
pub struct Parser<I: Iterator<Item = Result<Token, TokenizeError>>> {
tokens: I,