mirror of https://github.com/rm-dr/daisy
Fixed group parsing
parent
a734bdc4fe
commit
a23cea274f
|
@ -376,6 +376,9 @@ pub fn treeify(
|
|||
Token::PreOperator(l, _) => {
|
||||
return Err((*l, ParserError::Syntax));
|
||||
},
|
||||
Token::PreGroup(_,_) => {
|
||||
treeify(g)?;
|
||||
}
|
||||
_ => {}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue