mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
translate arg
This commit is contained in:
parent
877d1c6255
commit
11861fe9fa
@ -98,6 +98,10 @@ fn main() {
|
||||
println(HelpText)
|
||||
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
|
||||
// u := os.file_last_mod_unix('/var/tmp/alex')
|
||||
// Create a temp directory if it's not there.
|
||||
|
Loading…
Reference in New Issue
Block a user