mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
gg: resizable window option
This commit is contained in:
parent
8b74c711c6
commit
a6aad880f7
3 changed files with 8 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue