Added a very small scripting language, 'G-Script' to use write commands to a file with the .gs suffix and to run It just use the newly added `run` command. For more info about the run command read further down.
Added `loop` command - usage `loop <numberoftimetoloop> <command>` (Loops command the inputted amount of times)
Added `cat` command - usage `cat` (Prints a cute little cat to the terminal)
Added `run` command - usage `run <scriptname.gs>` (Runs G-Script scripts)
G-Script Is still not fully Turning Complete, I'm working on It, trust me.
I added a very simple writing, reading, listing and deleting file system.
It writes everything to RAM in an array, so you really shouldn't go much overboard with this.
Commands are simple and are included in the main file. The arduino doesn't really need any other extention or anything, just upload the code and hacker away!