Move precedence handling to crates/syntax

This commit is contained in:
Maybe Waffle 2022-12-08 18:44:03 +00:00
parent 2870b01ec0
commit 8d42439a7d
3 changed files with 117 additions and 93 deletions

View file

@ -9,6 +9,7 @@ mod operators;
pub mod edit;
pub mod edit_in_place;
pub mod make;
pub mod prec;
use std::marker::PhantomData;