0 Members and 5 Guests are viewing this topic.
What about an additional Backup option that enables backing up all used subprograms as well?
It would certainly optimize with expressions though, even with 2 byte variables. For example:{A*12+B}r+1->{A*12+B}rCan definitely be optimized with increment operators. The r and the end of the brackets can tell the parser whether or not to use a 16-bit increment or an 8-bit one. Variables are always assumed to be 16-bit, but you can still do the more optimized 8-bit increments via {oA}++ This is definitely a feature you will see soon.
In other news, Frey continues kicking unprecedented levels of ass.
I have a feature request.I was thinking it would be cool if I could modify the certificate page to remove the trial restriction on the compiled apps so they don't delete themselves after 16 runs. Yes, I am well aware that this can be extremely dangerous if not coded properly which is why I want to make sure everyone is comfortable with it. I would of course do extensive private testing before releasing it to the public. The thing is, I don't know where to find the (un)documentation to do this, I checked WikiTI but couldn't find anything about how the OS operates that page. So I will probably need a lot of help with this.