generics, vweb, comptime codegen, etc

This commit is contained in:
Alexander Medvednikov 2019-07-29 18:21:36 +02:00
parent f1373874ef
commit 207bab5f79
20 changed files with 982 additions and 442 deletions

View file

@ -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 )')