c3lang / c3c

Compiler for the C3 language
GNU Lesser General Public License v3.0
1.34k stars 80 forks source link

Added print-input command line argument #1175

Closed Wrimo closed 3 months ago

Wrimo commented 3 months ago

Ads command line argument print-input to print all files used for compilation.

Resolves issue #940

lerno commented 3 months ago

I think the path is probably more correct than the name, as an example, the standard library has at least two "files.c3", but in different directories.

lerno commented 3 months ago

Also, you should add the feature to the release notes for 0.5.6

Wrimo commented 3 months ago

Alright, I've just made those changes.

lerno commented 3 months ago

This looks good! Thank you.