mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
generics, vweb, comptime codegen, etc
This commit is contained in:
parent
f1373874ef
commit
207bab5f79
20 changed files with 982 additions and 442 deletions
|
@ -179,7 +179,7 @@ fn (v mut V) compile() {
|
|||
p.parse()
|
||||
}
|
||||
// Main pass
|
||||
cgen.run = Pass.main
|
||||
cgen.pass = Pass.main
|
||||
if v.pref.is_play {
|
||||
cgen.genln('#define VPLAY (1) ')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue