]> git.saurik.com Git - cycript.git/blob - Parser.dat
Isolate linkage of libreadline and libtermcap.
[cycript.git] / Parser.dat
1 & AddressOf R BitwiseAnd 5
2 && - R LogicalAnd 8
3 &= - A BitwiseAnd
4 ^ - R BitwiseXor 6
5 ^= - A BitwiseXor
6 = - A
7 == - R Equal 4
8 === - R Identical 4
9 ! LogicalNot
10 != - R NotEqual 4
11 !== - R NotIdentical 4
12 - Negate R Subtract 1
13 -= - A Subtract
14 -- PreDecrement R PostDecrement
15 -> - U Indirect
16 < - R LessThan 3
17 <= - R LessThanOrEqual 3
18 << - R LeftShift 2
19 <<= - A LeftShift
20 % - R Modulus 0
21 %= - A Modulus
22 . - U Direct
23 | - R BitwiseOr 7
24 |= - A BitwiseOr
25 || - R LogicalOr 9
26 + Affirm R Add 1
27 += - A Add
28 ++ PreIncrement R PostIncrement
29 > - R GreaterThan 3
30 >= - R GreaterThanOrEqual 3
31 >> - R SignedRightShift 2
32 >>= - A SignedRightShift
33 >>> - R UnsignedRightShift 2
34 >>>= - A UnsignedRightShift
35 / - R Divide 0
36 /= - A Divide
37 * Indirect R Multiply 0
38 *= - A Multiply
39 ~ BitwiseNot
40 Break -
41 Case -
42 Catch -
43 Continue -
44 Default -
45 Delete Delete
46 Do -
47 Else -
48 False - L
49 Finally -
50 For -
51 Function -
52 If -
53 In - R In 3
54 InstanceOf - R InstanceOf 3
55 New -
56 Null - L
57 Return -
58 Switch -
59 This - V
60 Throw -
61 True - L
62 Try -
63 TypeOf TypeOf
64 Var -
65 Void Void
66 While -
67 With -