It appears that the culprit is line 81 of JessTokenStream.java.
It reads:
--------------------------------------------------------------------
 m_stream.discardToEOL();
--------------------------------------------------------------------

Commenting this line out yields:

--------------------------------------------------------------------
Jess, the Java Expert System Shell
Copyright (C) 1998 E.J. Friedman Hill and the Sandia Corporation
Jess Version 5.0b2 11/8/99

Jess> (assert (one 1)) (assert (two 2))
<Fact-0>
Jess> <Fact-1>
Jess> (facts)
f-0   (one 1)
f-1   (two 2)
For a total of 2 facts.
Jess>
--------------------------------------------------------------------

    Are people actually counting on the fact that everything after the
first s-expression is discarded? I humbly request that we remove this
line from the Jess release.

Regards,

Bob

begin:vcard 
n:Johnson;Bob
tel;fax:303 544 0373
tel;work:303 440 8833 x20
x-mozilla-html:FALSE
url:www.streampoint.com
org:Streampoint Financial Systems, Inc.
version:2.1
email;internet:[EMAIL PROTECTED]
title:V.P. of Product Development
adr;quoted-printable:;;4940 Pearl East Circle=0D=0ASuite 200=0D=0A;Boulder;CO;80301;
fn:Bob Johnson
end:vcard

Reply via email to