tinyscript
tinyscript copied to clipboard
Tinyscript is a very simple scripting language for microcontrollers with limited memory.
I'd been mulling around writing a native syntax for manipulating lists more easily but never gotten around to doing it. Writing file names three characters at a time with `list_push__`...
Hi, we are trying to use a tiny script with a string in a parameter call. it should be like `test( "info" )` would this work in tiny script at...
I have added logical and/or functions and operators with a low precedence. It makes relational operators more C/C++/C#/Java/JavaScript/Python -like. Using bitwise and/or for comparison requires parenthesis that logical and/or does...