mirror of
https://github.com/rm-dr/daisy
synced 2025-04-04 04:18:02 -07:00
Fixed group parsing
This commit is contained in:
parent
a734bdc4fe
commit
a23cea274f
@ -376,6 +376,9 @@ pub fn treeify(
|
|||||||
Token::PreOperator(l, _) => {
|
Token::PreOperator(l, _) => {
|
||||||
return Err((*l, ParserError::Syntax));
|
return Err((*l, ParserError::Syntax));
|
||||||
},
|
},
|
||||||
|
Token::PreGroup(_,_) => {
|
||||||
|
treeify(g)?;
|
||||||
|
}
|
||||||
_ => {}
|
_ => {}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user