jtempl / ofront

Oberon-2 to C translator
http://www.software-templ.com/shareware.html
43 stars 9 forks source link

ocl.bash should also support generating a main program #16

Closed jtempl closed 8 years ago

jtempl commented 8 years ago

If ofront option -m is specified, ocl.bash could compüile and link a main program. In addition, the following improvements should be made: The requirement of ofront being in the PATH should be removed by qualifying its call with $OFRONT_HOME/bin/ The generated .c file should not be removed at the end but before running ofront.