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

struct capitalization: fix the rest of tests

This commit is contained in:
Alexander Medvednikov
2019-09-28 22:26:44 +03:00
parent ed93185cb7
commit d482b1f824
2 changed files with 6 additions and 4 deletions

View File

@ -238,6 +238,7 @@ fn (v mut V) compile() {
println('all .v files:')
println(v.files)
}
/*
if v.pref.is_debug {
println('\nparsers:')
for q in v.parsers {
@ -248,6 +249,7 @@ fn (v mut V) compile() {
println(q)
}
}
*/
// First pass (declarations)
for file in v.files {
for i, p in v.parsers {