Move parse::operator into module::operator

This commit is contained in:
Richard Feldman 2020-05-01 21:57:33 -04:00
parent f47d96e1a4
commit 101dc80ae5
13 changed files with 18 additions and 19 deletions

View file

@ -12,6 +12,7 @@
#![allow(clippy::large_enum_variant)]
pub mod ident;
pub mod operator;
pub mod symbol;
#[macro_use]