POV-Ray : Newsgroups : povray.off-topic : Mini-languages : Re: Mini-languages Server Time
4 Sep 2024 03:19:35 EDT (-0400)
  Re: Mini-languages  
From: Invisible
Date: 12 Nov 2010 11:45:49
Message: <4cdd6f3d$1@news.povray.org>
>> Do you have a concrete example?
>
> http://swtch.com/~rsc/regexp/regexp1.html
>
> Or, in your language
> many (char 'a')
> many (char 'a')
> many (char 'a')
> char 'a'
> char 'a'
> char 'a'
> Now match that against "aaaaaa".
>
> The problem is the first "many (char 'a')" eats the whole string.
>
> Without backtracking, you claim the string fails to match.
> *With* backtracking, you're now taking an exponential amount of time to
> match something you could match in six comparisons.

I don't understand the specification.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.