Codify Arena pattern

This commit is contained in:
Aleksey Kladov 2018-11-25 19:02:14 +03:00
parent 8f5fb83413
commit b6fcd46278
6 changed files with 145 additions and 78 deletions

View file

@ -9,6 +9,7 @@ extern crate relative_path;
extern crate rustc_hash;
extern crate salsa;
mod arena;
mod db;
mod loc2id;
mod input;