A library that allows writing and highlighting code in local language. Provides localised aliases for keywords, constants, methods, functions, structures and Arduino API. Includes keywords.txt file for syntax colouring.<br /><br />It is meant for mentors who want <strong>to show the joy of programming to young learners</strong>, by eliminating spoken language barrier.<br /><br />Example:<br /><code>auto distance = radar.ping_cm();<br />if (distance < 15) { delay(500); }</code><br /><br />Translates into Polish:<br /><code>niech odleglosc = radar.ping_cm();<br />jezeli (odleglosc < 15) { czekaj(500); }</code><br />