From: Volker v. N. <vol...@gm...> - 2015-10-26 18:59:12
|
I had to add two global variables to pregexp.lisp and did some minor changes in that file (marked with ;; vN). E.g. cl-info::regex-sanitize wants a list of special chars and cl-info::find-regex-matches wants to search case insensitive. I appended the modified pregexp.lisp. The other file contains the replacements for the functions in commac and cl-info which currently use nregex. I don't fully understand Maxima's building process and I don't know how to merge these changes into Maxima for building it. One problem to me are the global variables I introduced. So I don't know how a correct diff should look like. Volker Am 26.10.2015 um 19:23 schrieb Robert Dodier: > On 2015-10-25, Volker van Nek <vol...@gm...> wrote: > >> I have coded and tested pregexp-replacements for functions using nregex >> in src/commac.lisp and src/cl-info.lisp. > > Thanks, Volker, that's very interesting. Can you post a diff for commac > and cl-info? I'd like to give it a try. I have downloaded Sitaram's > current version of pregexp. > > best, > > Robert Dodier > > > ------------------------------------------------------------------------------ > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss > |