Please enable JavaScript to view this site.

A-Shell Development History

1732.0.1

EIR

REGEX.SBR: Standalone pre-compilation (independent of pattern matching) now supports options flags using this syntax:

xcall REGEX, pattern, patno {,flags}

Note that to distinguish this from the three-parameter general use call...

xcall REGEX, pattern, patno, subject

... the flags parameter must be a numeric type.

1732.0.2

EIR

REGEX.SBR: maximum number of pre-compiled patterns increased from 20 to 128.

1732.0.3

New

New MIAMEX function MX_TRANSCOPY copies a file to another, applying a series of regular expression pattern match / replacement translations.

1732.0.4

New

Compiler edit 1025: Add support for "transclude" variation of ++include directives.