parser: bootstrap the new struct init check

pull/8159/head
Alexander Medvednikov 2021-01-17 06:30:30 +01:00
parent 2b058edc98
commit ac8a7ac901
1 changed files with 2 additions and 0 deletions

View File

@ -156,10 +156,12 @@ fn (mut p Parser) comp_call() ast.ComptimeCall {
println('\n\n')
}
mut file := parse_comptime(v_code, p.table, p.pref, scope, p.global_scope)
/*
file = ast.File{
...file
path: tmpl_path
}
*/
// copy vars from current fn scope into vweb_tmpl scope
for stmt in file.stmts {
if stmt is ast.FnDecl {