1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

v2: imports

This commit is contained in:
Alexander Medvednikov
2020-02-12 01:16:38 +01:00
parent 0ec5680156
commit d9cf98f772
5 changed files with 53 additions and 6 deletions

View File

@ -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() {