* Fix evaluating with Booleans
* replaced re with a function (this feature of re is not supported on circutpython)
* Fixed internalVar in expression + allows for +=, *=, etc in variable math
* Removed added +=, *=, etc operations as they are not in the official language
Removed added +=, *=, etc operations as they are not in the official language. I added them in a previous commit and removed them in this one.
* Fix duplicate lines
* added math to variables as well as the ability to use them in DELAY and PRINT/PRINTLN
* add comparisons
* fix typo
* Added While loops and Conditional statements
* If and While loops working
* Added HOLD and RELEASE
* Update removed unnecessary heldKeys var
* Fixed HOLD being released after key press
* added REM_BLOCK, STRING Block, and STRINGLN Block
* LED + INJECT_MOD
* add define
* added all randoms
* added stop, restart, reset
* bugfixes and cleanup
* added missing keys