emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Regular expression libraries


From: Paul Eggert
Subject: Re: Regular expression libraries
Date: Thu, 15 Dec 2016 12:30:34 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

On 12/15/2016 11:00 AM, Clément Pit--Claudel wrote:
I've had a quick look at the existing options.  Here's what I gathered (the 
list below includes only libraries whose licensing is compatible with Emacs):

* There are only two usable, non-backtracking regexp libraries:
   - RE2 ...
   - TRE ...

Another library is in that list:

- The GNU C library, which ordinarily uses a DFA but which uses backtracking if needed.

That is, the current glibc implementation is now quite different from the old version that the Emacs matcher is derived from.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]