use salsa for new module map

This commit is contained in:
Aleksey Kladov 2018-09-13 22:58:36 +03:00
parent 60fdfec327
commit 8c737255ff
8 changed files with 319 additions and 396 deletions

View file

@ -10,6 +10,7 @@ extern crate relative_path;
#[macro_use]
extern crate crossbeam_channel;
extern crate im;
extern crate salsa;
mod symbol_index;
mod module_map;