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:
@ -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() {
|
||||
|
Reference in New Issue
Block a user