Skip to content
Bruce Mitchener edited this page Jan 6, 2014 · 1 revision

Contributed Goo libraries.

treap
<treap> is a purely functional <map> class based on balanced binary-trees. v0.2, 7-Aug-2002, Neel Krishnaswami, <[email protected]>
strutil

Author: Neel Krishnaswami <[email protected]>

Version: 0.3

Date: 12 Sep 2002

Synopsis: This library exports many functions and methods for munging strings. The functions here were inspired by the Python string module and Java's String class.

re

Author: Neel Krishnaswami <[email protected]>

Date: 24 Sep 2002

Version: 0.1

Synopsis: This module implements a regexp engine in GOO. Unlike conventional regexp engines, this module can match patterns of arbitrary GOO objects in any GOO sequence.

Clone this wiki locally