Implementation of the library.
namespace runtime
Implementations of the core types of the library.
namespace elements
Implementation of patterns and matchers.
namespace patterns
Implementation of the character-related functions,
such as is_letter() or is_whitespace().
namespace characters
Implementation of types related to structured text (markup).
namespace texts
Implementation of types used in reflection.
namespace reflections
Implementation of input/output channels.
namespace channels
Implementation of resource-related types.
namespace resources
Implementation of logging-related types.
namespace logs
Implementation of the graph data structure.
namespace graphs
Implementation of flags parsing.
namespace flags
Implementation of serialization formats, currently using JSON.
namespace formats
Testing of calendar handling routines.
namespace calendars
Infrastructure for running runtime unittests.
namespace tests