Re: [dev] another text user interface for sam

From: Connor Lane Smith <cls_AT_lubutu.com>
Date: Wed, 2 Mar 2016 18:32:08 +0000

On 2 March 2016 at 18:26, Maxime Coste <frrrwww_AT_gmail.com> wrote:
> Yeah, I'd really like to get rid of boost, and possibly migrate to a
> lighter regex lib. The problem is that no currently available libs match
> the required feature set

Thanks for the list of issues. Perhaps we can work these in to a library.

> * support lookaheads and lookbehinds, until I find a clean, alternative way
> to express 'a double quote that is not preceeded by a pair number of
> antislash' to match the closers of C strings (as an example of their
> current usage)

How about,

    "([^\\"]|\\.)*"

cls
Received on Wed Mar 02 2016 - 19:32:08 CET

This archive was generated by hypermail 2.3.0 : Wed Mar 02 2016 - 19:36:19 CET