Add operator precedence and refactor expressions

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-12 17:53:11 +01:00
parent 437584c844
commit 722e61cc85
3 changed files with 99 additions and 10 deletions

View file

@ -33,7 +33,6 @@ use winnow::stream::Location;
use winnow::stream::Recoverable;
use winnow::stream::Stream;
use winnow::token::any;
use winnow::token::literal;
use winnow::token::one_of;
use winnow::token::rest;
use winnow::token::take_until;