Expand description
Reference version of the Plural Rules parser, AST and serializer.
🚧 This code is considered unstable; it may change at any time, in breaking or non-breaking ways,
including in SemVer minor releases. In particular, the `DataProvider` implementations are only
guaranteed to match with this version's `*_unstable` providers. Use with caution.
Modules§
AST
provides a set of Syntax Tree Nodes used to store the output ofparse
method that is used intest_condition
method to evaluate whether a givenPluralCategory
should be used.
Structs§
- Unicode Plural Rule lexer is an iterator over tokens produced from an input string.