* WIP automator backend
* backend is now capable of running a really tiny test program
* Automator WIP
* Make nested things in AutomatorBackend lower case
* For now, translate strings to Decimals in stored scripts as possible
* change "currency" to "comparable" in automator backend
* rebase razen's automator work onto current master, fix rebase errors
* block automator code that doesn't even work
* update vue-draggable version
* update index.html for new vue draggable
* trying to get draggable to work
* update sortable.min.js
* more block automator work
* plenty of more functionality like nesting and deleting rows
* add while
* text parse from blocks
* parse blocks into automator and delete nested commands
* scratch file with grammar
* scratch file with grammar
* Automator grammar with CST visitor that reports some semantic errors
* add in codemirror css and js
* checkpoint of automator work so far
* automator state of affairs
* refactor big crunch code a bit
* automator work checkpoint
* small fixes to non-automato stuff
* script storage in player sketched out
* update to loading scripts from save
* Nuke old code
* include font awesome stylesheet
* Add GAME_LOAD event
* automato can now run a simple script (triggered from console at the moment)
* Added automato controls
* add repeat support to automato
* a little more work on automato buttons
* refactor code for getting current EC completions a bit to support automato
* automato working well enough to run an automated reality script
* Beautify automator UI
* fix issue with numeric vars in automato; remove some console logs
* fix auto eternity and script looping logic in automato
* fix pause with variable-defined time and plain pause command
* add support for black hole and stored time on/off in automato
* crude support for renaming scripts
* hide rename icon when renaming
* support creating and opening scripts in automato
* new tomato tutorials
* add store time use to automator
* add more automato command docs
* add working tooltips for automato buttons
* indicate which script is running in dropdown menu
* remove more old automator cruft
* remove console printouts
* fix active button colors in automato
* indicate active automato line in gutter