Eolian/Generator: improve command line arguments and logging.
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Thu, 20 Feb 2014 09:53:01 +0000 (11:53 +0200)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Mon, 3 Mar 2014 12:09:56 +0000 (14:09 +0200)
commit60919ecbe60de38f5d91167983feaffbfa99ff57
tree0c47fe1bc640192c0b3b630dc336ee47e7586ef2
parent521701ff70f0d2ba8956c1e9045f0c4a2f6be8e4
Eolian/Generator: improve command line arguments and logging.

Now --gh/--gc don't require an additional argument.
If eolian_gen is called with --gc and some file.eo, the tool will
generate file.eo.c.
You can force another filename by using the -o with an argument.

Moreover, logging has been added to the generator.
src/bin/eolian/common_funcs.c
src/bin/eolian/common_funcs.h
src/bin/eolian/eo1_generator.h
src/bin/eolian/main.c