-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmsg00010.html
121 lines (113 loc) · 3.35 KB
/
msg00010.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!-- MHonArc v2.3.3 -->
<!--X-Subject: Re: BeanShell suggestions -->
<!--X-From: Sean Luke <[email protected]> -->
<!--X-Date: Sat, 13 Nov 1999 13:42:31 -0600 (CST) -->
<!--X-Message-Id: Pine.SO4.4.05.9911131440320.5255-[email protected] -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: [email protected] -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
<HTML>
<HEAD>
<TITLE>Re: BeanShell suggestions</TITLE>
<LINK REV="made" HREF="mailto:[email protected]">
</HEAD>
<BODY>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->
<HR>
[<A HREF="msg00001.html">Date Prev</A>][<A HREF="msg00030.html">Date Next</A>][<A HREF="msg00029.html">Thread Prev</A>][<A HREF="msg00011.html">Thread Next</A>][<A HREF="maillist.html#00010">Date Index</A>][<A HREF="threads.html#00010">Thread Index</A>]
<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: BeanShell suggestions</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: Pat <<A HREF="mailto:[email protected]">[email protected]</A>></LI>
<LI><em>Subject</em>: Re: BeanShell suggestions</LI>
<LI><em>From</em>: Sean Luke <<A HREF="mailto:[email protected]">[email protected]</A>></LI>
<LI><em>Date</em>: Sat, 13 Nov 1999 14:42:01 -0500 (EST)</LI>
<LI><em>cc</em>: <A HREF="mailto:[email protected]">[email protected]</A>, <A HREF="mailto:[email protected]">[email protected]</A>, <A HREF="mailto:[email protected]">[email protected]</A></LI>
<LI><em>In-Reply-To</em>: <<A HREF="msg00029.html">[email protected]</A>></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
I spoke too soon:
bsh % (8 >>> 0) & 1;
// Error: Parser Error: Encountered "&" at line 3, column 11.
Was expecting one of:
"{" ...
"[" ...
";" ...
"." ...
"++" ...
"--" ...
"=" ...
"*=" ...
"/=" ...
"%=" ...
"+=" ...
"-=" ...
"&=" ...
"^=" ...
"|=" ...
"<<=" ...
"@left_shift_assign" ...
">>=" ...
"@right_shift_assign" ...
">>>=" ...
"@right_unsigned_shift_assign" ...
bsh % ((8 >>> 0) & 1);
<0>
bsh % (8 >>> 0);
<8>
bsh % 8 & 1;
<0>
Sean
</PRE>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00029" HREF="msg00029.html">Re: BeanShell suggestions</A></STRONG>
<UL><LI><EM>From:</EM> Pat <[email protected]></LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00001.html">Re: Importing</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00030.html">Re: BeanShell : Separating parsing from evaluation</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00029.html">Re: BeanShell suggestions</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00011.html">Exceptions not being handled (or thrown correctly)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="maillist.html#00010"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="threads.html#00010"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>
<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</BODY>
</HTML>