Thread: String Parsing
View Single Post
  #25  
Old 03-22-2008, 09:33 PM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
I've updated the script above:
  • added protected variables, you can keep eval from modifying some variables by adding to this.
  • added the option to disable the use of assignment operator (won't break evaluation, though).
  • for those who would like to use it, the operator is fixed
  • added limited support for @ (strictly for concatenation)
  • restored precedence (for the most part), fixing the != operator

I wonder if I should finish it? Would eval be beneficial to anyone? Does anyone need it to do something particular?
__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/

Last edited by Tolnaftate2004; 03-24-2008 at 04:05 AM..
Reply With Quote