LFS scripts should have a binary format. Instead of having to write out a full command, there would be one byte that is the command type. For example, "/button" could be "0x05". LFS would read this byte, and then know that the next two bytes are the button, and the command to bind the button too. So, then "/button 5 steer_left" would come out to be only 3 bytes, "05 05 01". Also, then we could make our own compilers. Then you could program a LFS script in C or whatever other language you want to use.