Move custom syntax to api.

This commit is contained in:
Stephen Chung
2021-12-27 22:02:34 +08:00
parent 4d226542fa
commit 9c7ced2b80
5 changed files with 17 additions and 21 deletions

View File

@@ -18,6 +18,8 @@ pub mod limits;
pub mod events;
pub mod custom_syntax;
pub mod deprecated;
use crate::engine::Precedence;