translate arg

pull/524/head
Alexander Medvednikov 2019-06-24 17:42:44 +02:00
parent 877d1c6255
commit 11861fe9fa
1 changed files with 4 additions and 0 deletions

View File

@ -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.