Patch Notes:
Add IDE to pause menu.
Add config menu.
Add no parentheses mode.
Store game progress, repositories and config in files.
New keys support: Del to delete char under the caret, Ctrl(Option for Mac) + Arrows to jump between words, Tab and Shift+Tab to add/remove Tab in IDE.
Add ping level mechanics.
Add type_of command and constants.
Add goto_stop_delta variable.
Small balance changes.
Set starting coins amount to 1000.
Update and prettify documentation.
Small bug fixes.
Existing problems:
"No parentheses" mode might and will break the tutorial mode. That will be fixed when I rebuild the interpreter logic.
Tutorial is not covering the latest features (type_of, ping_level and goto_stop_delta) but you're able to read some information in the Documentation.