Rename mod object->obj

Also, object.rs got moved to a new directory in preparation for
splitting members out into their own files

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-01-24 18:10:21 -08:00
parent 9d5e5f14ca
commit 95fc8a85df
7 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
use crate::object::*;
use crate::obj::*;
use crate::scope::*;
use crate::syn::ast::*;
use crate::vm::inst::*;