mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v2: imports
This commit is contained in:
@ -311,6 +311,8 @@ pub fn (v mut V) compile() {
|
||||
}
|
||||
cgen.save()
|
||||
v.cc()
|
||||
//println(v.table.imports)
|
||||
//println(v.table.modules)
|
||||
}
|
||||
|
||||
pub fn (v mut V) compile2() {
|
||||
|
Reference in New Issue
Block a user