From 11861fe9faddfb07c3c0a264e260c9d352946e2e Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 24 Jun 2019 17:42:44 +0200 Subject: [PATCH] translate arg --- compiler/main.v | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/main.v b/compiler/main.v index 454f3efa16..d93beb5ebb 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -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.