eolian: more intuitive generation options and mrge impls into .c
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 10 Nov 2017 13:46:00 +0000 (14:46 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 10 Nov 2017 13:48:59 +0000 (14:48 +0100)
commit753359230ab33e07f0c52acf943db75c692f8aa1
tree8424b07764e728af56223171b154a9db4b0083d1
parent7c0f1fdd34186220ca01d6b52b02b94cf6db9962
eolian: more intuitive generation options and mrge impls into .c

Previously the output base name used to include extension, now
you don't need to specify an extension and it's determined from
the input file name instead.

Also, implementation boilerplate used to merge with .eo.c before,
which made no sense. Now it's merged with .c instead when it
exists or makes a new .c file when it doesn't.
src/bin/eolian/main.c