Restore naming of alias sequence lengths
Fields aren't stored in sequences now, so the max length is back to being just for aliases.
This commit is contained in:
parent
d8a2c0dda2
commit
79d90f0d3e
6 changed files with 11 additions and 11 deletions
|
|
@ -57,7 +57,7 @@ pub(crate) struct ParseTable {
|
|||
pub states: Vec<ParseState>,
|
||||
pub symbols: Vec<Symbol>,
|
||||
pub child_infos: Vec<ChildInfo>,
|
||||
pub max_production_length_with_child_info: usize,
|
||||
pub max_aliased_production_length: usize,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue