Package gnu.text
package gnu.text
Supports various utility classes for formatting, parsing, and manipulating text (strings). It also contains some general IO-related classes.
This package should probably be renamed to something.io
.
It is used by Kawa.
License
See the file COPYING.Author
Per Bothner <per@bothner.com>How to get it
Thegnu.text
package is currently distributed as part of
Kawa,
though it can be used independent of the rest of Kawa.
Bugs and patches
Send them to per@bothner.com, or to the Kawa mailing list.-
ClassDescriptionA wrapper for characters.Framework for implementing lexical scanners and parsers.A table to manage standard character names.Mananges a table of named options, Can inherit from another table of "default" options.Handler for
"class-resource:"
URLs.Represents an error message from processing a "source" file.Helpers for managing source-code positions and ranges.A collection of (zero or more) SourceErrors.Boxed class for the 'string-cursor' type.Used to signal a non-recoverable (fatal) syntax error.