~peterpall/maxima/+git/maxima.code:rtoy-add-sregex-docs

Last commit made on 2023-12-17
Get this branch:
git clone -b rtoy-add-sregex-docs https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-add-sregex-docs
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

1dc47f1... by Raymond Toy <email address hidden>

Fix typos and add example of a backreference

b64ce84... by Raymond Toy <email address hidden>

Update examples again

And add some more examples for string_to_regex.

269a511... by Raymond Toy <email address hidden>

Use defmfun to define user-visible functions

This allows nice error messages to be produced when the wrong number
of arguments are supplied instead of dropping into the lisp debugger.

26823ec... by Raymond Toy <email address hidden>

Add more examples

In lieu of actually describing all the possible regex expressions, we
just add some examples of the more common cases. (At least more
common to me.)

a8e736e... by Raymond Toy <email address hidden>

Use update_examples to update the examples

Fix some typos too.

439b0d5... by Raymond Toy <email address hidden>

Add some examples and link to the pregexp manual.

e41730e... by Raymond Toy <email address hidden>

First cut at adding some simple docs for sregex

Needs more work in the introduction. Maybe include the syntax of the
regexp?

Description of functions needs more work and examples.

5842e95... by Robert Dodier <email address hidden>

Package draw / picture.lisp: omit SIMP flag from constructed objects,
on the theory that it is generally preferable to let the
simplifier put in the SIMP flag instead of trying to guess
where it is needed.

0b3c918... by Robert Dodier <email address hidden>

Package draw / picture.lisp: rework function picturep, fix bug in picture_equalp;
additional test cases for picturep, picture_equalp, and image operations
on rgb_alpha pictures (created by read_xpm).

50412ab... by Robert Dodier <email address hidden>

Package draw / picture.lisp: test cases to read XPM images.