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
This repository contains the source code of the Arduino sketch preoprocessor.
4
+
The main purpose of this tool is to parse an Arduino sketch (usually made with the [Arduino IDE](https://github.com/arduino/Arduino)) and convert it into a valid C++ source code.
5
+
6
+
This tool is based on the Clang/LLVM C/C++ parser and, among the sketch conversion process, provide some useful features used in the Arduino IDE like:
7
+
8
+
* Diagnostics output in json format
9
+
* Code autocomplete suggestions output in json format
0 commit comments