Add import resolver

This commit is contained in:
Sergey Pepyakin
2017-12-13 16:57:28 +01:00
parent 1bbfd4219f
commit 6089807d78
4 changed files with 81 additions and 6 deletions

View File

@ -140,6 +140,7 @@ mod value;
mod variable;
mod store;
mod host;
mod imports;
#[cfg(test)]
mod tests;