mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +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
|
@ -22,7 +22,7 @@ fn (p mut Parser) gen_json_for_type(typ Type) {
|
|||
if t == 'int' || t == 'string' || t == 'bool' {
|
||||
return
|
||||
}
|
||||
if p.first_run() {
|
||||
if p.first_pass() {
|
||||
return
|
||||
}
|
||||
// println('gen_json_for_type( $typ.name )')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue