eslisp icon indicating copy to clipboard operation
eslisp copied to clipboard

Added support for explicit output file to command line interface via …

Open VincentToups opened this issue 5 years ago • 0 comments

…an --output or -o command line switch.

I noticed that writing to the standard output during macro-expansion ends up writing into the source code generated by eslc. Since it is handy to use log-style debugging sometimes I added a -o flag to the compiler so that you can specify the output file as something other than the stdout.

VincentToups avatar Nov 22 '20 23:11 VincentToups