You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to handle local include files, so cexpl can be used with local projects. For instance, one might have a.c that includes b.h from the same directory. This currently is a limitation with using godbolt online — it would be easier to implement for a local frontend like cexpl.
A simple option, albeit a bit of a hack, would be just running cpp on the C files before submission. I can submit a PR for this if needed, but with significant delay.
The text was updated successfully, but these errors were encountered:
Hello,
It would be nice to be able to handle local include files, so cexpl can be used with local projects. For instance, one might have
a.c
that includesb.h
from the same directory. This currently is a limitation with using godbolt online — it would be easier to implement for a local frontend like cexpl.A simple option, albeit a bit of a hack, would be just running
cpp
on the C files before submission. I can submit a PR for this if needed, but with significant delay.The text was updated successfully, but these errors were encountered: