mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
translate arg
This commit is contained in:
@@ -98,6 +98,10 @@ fn main() {
|
|||||||
println(HelpText)
|
println(HelpText)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
if 'translate' in args {
|
||||||
|
println('Translating C to V will be available in V 0.3')
|
||||||
|
return
|
||||||
|
}
|
||||||
// TODO quit if the compiler is too old
|
// TODO quit if the compiler is too old
|
||||||
// u := os.file_last_mod_unix('/var/tmp/alex')
|
// u := os.file_last_mod_unix('/var/tmp/alex')
|
||||||
// Create a temp directory if it's not there.
|
// Create a temp directory if it's not there.
|
||||||
|
Reference in New Issue
Block a user