RegularExpressionPackage.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
Nix On February 3, 1984 4:05:08 pm PST
Russ Atkinson (RRA) April 25, 1985 5:30:02 am PST
RegularExpressionPackage: CONFIGURATION LINKS: CODE
IMPORTS List, LooksReader, Rope, RopeEdit, RopeReader, RunReader, RuntimeError, TextEdit, TextLooksSupport
EXPORTS RegularExpression
CONTROL RegExpFindImpl, RegExpFindOptimizeImpl, RegExpFindCompileImpl, RegExpFind2Impl
= BEGIN
RegExpFindImpl;
RegExpFindOptimizeImpl;
RegExpFindCompileImpl;
RegExpFind2Impl;
END.