Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

parse limits

 [1/5] from: rotenca:telvia:it at: 13-Sep-2002 16:02


Hi all, this code: n: 0 parse "" rule: [(n: n + 1) rule] n ; == 201 self stops at n = 201 on my system (View 1.2.1.3.1 and 1.2.8.3.1) I should like to know if 201 is the limit on al systems. --- Ciao Romano

 [2/5] from: anton:lexicon at: 14-Sep-2002 1:15


Yes, I got 201 for both: REBOL/View 1.2.8.3.1 3-Aug-2002 REBOL/View 1.2.1.3.1 21-Jun-2001 Anton.

 [3/5] from: greggirwin::mindspring::com at: 13-Sep-2002 12:27


Romano, << n: 0 parse "" rule: [(n: n + 1) rule] n ; == 201 self stops at n = 201 on my system (View 1.2.1.3.1 and 1.2.8.3.1) I should like to know if 201 is the limit on al systems. >> Yes for me, also on Core 2.5.3.3.1 and Link 1.0.2.3.1 --Gregg

 [4/5] from: gscottjones:mchsi at: 13-Sep-2002 13:49


From: "Gregg Irwin"
> << n: 0 parse "" rule: [(n: n + 1) rule] n ; == 201 > > self stops at n = 201 on my system (View 1.2.1.3.1 and 1.2.8.3.1) > > I should like to know if 201 is the limit on al systems. >> > > Yes for me, also on Core 2.5.3.3.1 and Link 1.0.2.3.1
And also on REBOL/Link 1.0.6.3.1 --Scott Jones

 [5/5] from: rotenca:telvia:it at: 15-Sep-2002 17:16


Hi, thanks to Gregg, Scott, Anton, now it seems to me that 200 recursions is an artificial and standard limit of parse. --- Ciao Romano