Closed
Description
Feature Request: syntax checking for sketches
It would be helpful to verify that, outside of any platform-specific or library-specific inclusions, a sketch has proper syntax. The ideal behavior would be to iterate over the full set of files included in the example sketch and perform gcc -c
on them.
As a bonus, the JSON response from such a command might contain an object whose keys are the files that were found/tested and whose values are an array of compiler warnings (if any).