SWI-Prolog / roadmap

Discuss future development
21 stars 3 forks source link

regex without xpce #33

Closed Anniepoo closed 6 years ago

Anniepoo commented 9 years ago

Move regex out of xpce, as it's the only reason some users are including xpce, and is on path towards deprecating xpce.

rla commented 9 years ago

+1

wouterbeek commented 9 years ago

While I very much agree with the content of this issue, this seems to be rather specific for a roadmap topic. Could we generalize it to something like "Extracting useful stuff from XPCE that may be used outside of XPCE"?

Anniepoo commented 9 years ago

roadmap can be small or large as needed, it seems.

wouterbeek commented 9 years ago

I see; if individual features are part of the roadmap as well then this particular feature surely get's my support: +1.

Anniepoo commented 9 years ago

well, this can be accomplished in short term, xpce removal requires a new IDE

wouterbeek commented 8 years ago

We may consider using Michael Hendricks' regex package for this as well http://eu.swi-prolog.org/pack/list?p=regex

wouterbeek commented 8 years ago

How should regex functionality be applied to the atom/codes/string distinction?

JanWielemaker commented 6 years ago

This is now solved using library(pcre) (Perl Compatible Regular Expressions). Closing.