flattern module structure

This commit is contained in:
Aleksey Kladov 2019-02-20 22:52:32 +03:00
parent 2acb21e8f7
commit cce23fddba
5 changed files with 30 additions and 14 deletions

View file

@ -8,7 +8,7 @@ use crate::{
parsing::{
TokenSource, TokenPos,
token_set::TokenSet,
parser_impl::event::Event,
event::Event,
},
};