0 Members and 1 Guest are viewing this topic.
And i'll have to see if i can get the logic simplifier to work, it might be tricky but i think i *might* be able to get it working. i will have to do some research
Another good one would be to auto-expand calculations if they are factored (ex. 5(B+3)+A-(5+W)=5B+15+A-5-W=5B+A-W+10). But this is a cool idea Will really help some people. @Deep ThoughtI've noticed lately that when you're posting code that there appears an empty code box and then the code itself below the box. Is there any reason for that or am I the only one experiencing it?
Another good one would be to auto-expand calculations if they are factored (ex. 5(B+3)+A-(5+W)=5B+15+A-5-W=5B+A-W+10).
Quote from: meishe91 on September 01, 2010, 06:23:25 pmAnother good one would be to auto-expand calculations if they are factored (ex. 5(B+3)+A-(5+W)=5B+15+A-5-W=5B+A-W+10). Thats also a good idea, i will have to see if its doable. Sometimes it wont actually result in less tokens tho, so i will have to remember that. Also i would need to write a number to token converter, working with all these tokens is tough business
Something like 99(99+A would distribute into 9801+99A which is 1 more token And thats a really clever idea with the Screen trick! Im going to go put that in my subroutine