From: Wai-Kwong Sam LEE

Subject: Stack overflow of a list...

Date: 1997-6-5 12:28

Hello,

I am writing an application which takes a text and tokenizes it and do 
some other things. I store the tokens in a list at top level.

However, when the input text is very long, say, 45k, the tail of the text 
is not tokenized. When the input text is even longer, say, 100k, ACL 
prompts me error msg like stack overflow.

It *seems* that my list of tokens is too long. Does anyone have any 
suggestion how to get around?

I am using ACL3.0.2 for windows.

Thanks.


- sam