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
 ASTprovides a set of Syntax Tree Nodes used to store the output ofparsemethod that is used intest_conditionmethod to evaluate whether a givenPluralCategoryshould be used.