emacs-devel
[Top][All Lists]
Advanced

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

Re: Unquoted special characters in regexps


From: Luc Teirlinck
Subject: Re: Unquoted special characters in regexps
Date: Sun, 5 Mar 2006 12:36:17 -0600 (CST)

Martin Rudalics wrote:

   If my purpose is to understand how a regexp engine interprets a regexp,
   reading a regexp forwardly is superior.

As Andreas already pointed out, there is _no_ way to determine whether
either a `]' _or_ a `\\]' has to be taken literally or closes a
character alternative without parsing the regexp forward from the start.

   In general, languages hiding implementation details are
   easier to use than languages that require users to know how specific
   features are implemented.

But if you _are_ using a language that requires parsing forward from the
beginning for correct understanding, like regexps, then _pretending_
that you are using some other type of language is not going to help.

Sincerely,

Luc.




reply via email to

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