Re: back-tracking

2002-05-29 Thread Stas Bekman
Lucas M. Saud wrote: hi, i'm writting a module to highlighting of Perl syntactical structures, but the current code is very slow... :( i need some help to implementing a method of back-tracking or one way to revising a token that has already been formatted without reformatting the entire

Re: [OT] Re: back-tracking

2002-05-28 Thread Matt Sergeant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 28 May 2002 12:51 am, Andrew McNaughton wrote: See: Combinatorial Algorithms Nijenhuis and Wilf Academic Press 0-12-519260-6 (1975) P 240 I've got a different problem. I want to auto-link phrases which appear in a

Re: back-tracking

2002-05-27 Thread Andrew McNaughton
nedit takes. It's acceptably accurate for most purposes, and it's fast. Andrew McNaughton On Mon, 27 May 2002, Lucas M. Saud wrote: Date: Mon, 27 May 2002 12:43:17 -0300 From: Lucas M. Saud [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: back-tracking hi, i'm writting

[OT] Re: back-tracking

2002-05-27 Thread Ron Savage
On Tue, 28 May 2002 04:52:48 +1200 (NZST), Andrew McNaughton wrote: [snip] i'm writting a module to highlighting of Perl syntactical structures, but the current code is very slow... :( i need some help to implementing a method of back-tracking or one way to revising a token that has already been

Re: [OT] Re: back-tracking

2002-05-27 Thread Andrew McNaughton
... :( i need some help to implementing a method of back-tracking or one way to revising a token that has already been formatted without reformatting the entire string? it's possible? Lucas See: Combinatorial Algorithms Nijenhuis and Wilf Academic Press 0-12-519260-6 (1975) P 240 I've got