mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make.bat for easier compilation on Windows
This commit is contained in:
parent
9e4ae929a4
commit
9b0bb2f72c
@ -659,7 +659,6 @@ fn (p mut Parser) check(expected Token) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn (p mut Parser) error(s string) {
|
fn (p mut Parser) error(s string) {
|
||||||
//q := "SDF"
|
|
||||||
// Dump all vars and types for debugging
|
// Dump all vars and types for debugging
|
||||||
if false {
|
if false {
|
||||||
//file_types := os.create('$TmpPath/types')
|
//file_types := os.create('$TmpPath/types')
|
||||||
@ -671,7 +670,7 @@ fn (p mut Parser) error(s string) {
|
|||||||
//file_types.close()
|
//file_types.close()
|
||||||
//file_vars.close()
|
//file_vars.close()
|
||||||
}
|
}
|
||||||
if !p.pref.is_repl {
|
if p.pref.is_verbose {
|
||||||
println('pass=$p.run fn=`$p.cur_fn.name`')
|
println('pass=$p.run fn=`$p.cur_fn.name`')
|
||||||
}
|
}
|
||||||
p.cgen.save()
|
p.cgen.save()
|
||||||
|
Loading…
Reference in New Issue
Block a user