From: Jay Freeman (saurik) Date: Sat, 21 Nov 2015 12:15:48 +0000 (-0800) Subject: I noticed this file today: it has never been used. X-Git-Tag: v0.9.590~298 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/74e74c0f72fb8de10d2fb6f37e0e7e659de13392?ds=sidebyside I noticed this file today: it has never been used. --- diff --git a/Parser.dat b/Parser.dat deleted file mode 100644 index 86cc896..0000000 --- a/Parser.dat +++ /dev/null @@ -1,67 +0,0 @@ -& AddressOf R BitwiseAnd 5 -&& - R LogicalAnd 8 -&= - A BitwiseAnd -^ - R BitwiseXor 6 -^= - A BitwiseXor -= - A -== - R Equal 4 -=== - R Identical 4 -! LogicalNot -!= - R NotEqual 4 -!== - R NotIdentical 4 -- Negate R Subtract 1 --= - A Subtract --- PreDecrement R PostDecrement --> - U Indirect -< - R LessThan 3 -<= - R LessThanOrEqual 3 -<< - R LeftShift 2 -<<= - A LeftShift -% - R Modulus 0 -%= - A Modulus -. - U Direct -| - R BitwiseOr 7 -|= - A BitwiseOr -|| - R LogicalOr 9 -+ Affirm R Add 1 -+= - A Add -++ PreIncrement R PostIncrement -> - R GreaterThan 3 ->= - R GreaterThanOrEqual 3 ->> - R SignedRightShift 2 ->>= - A SignedRightShift ->>> - R UnsignedRightShift 2 ->>>= - A UnsignedRightShift -/ - R Divide 0 -/= - A Divide -* Indirect R Multiply 0 -*= - A Multiply -~ BitwiseNot -Break - -Case - -Catch - -Continue - -Default - -Delete Delete -Do - -Else - -False - L -Finally - -For - -Function - -If - -In - R In 3 -InstanceOf - R InstanceOf 3 -New - -Null - L -Return - -Switch - -This - V -Throw - -True - L -Try - -TypeOf TypeOf -Var - -Void Void -While - -With -