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

gg: resizable window option

This commit is contained in:
Alexander Medvednikov
2019-10-23 12:17:08 +03:00
parent 8b74c711c6
commit a6aad880f7
3 changed files with 8 additions and 3 deletions

View File

@ -44,7 +44,6 @@ fn generate_vh(mod string) {
for file in filtered {
mut p := v.new_parser_from_file(file)
p.scanner.is_vh = true
println('kek $file')
p.parse(.decl)
for i, tok in p.tokens {
if !p.tok.is_decl() {