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

cgen: error fixes; table: simplify; compiler tests

This commit is contained in:
Alexander Medvednikov
2020-03-13 01:43:30 +01:00
parent b43ac2783d
commit 4b4c47461b
20 changed files with 757 additions and 675 deletions

View File

@@ -1440,6 +1440,7 @@ fn (p mut Parser) struct_decl() ast.StructDecl {
mut_pos: mut_pos
pub_pos: pub_pos
pub_mut_pos: pub_mut_pos
is_c: is_c
}
}