zbraniecki / pluralrules

Pluralization handling in Rust
36 stars 4 forks source link

Evaluate CLDR parser conformance #15

Closed zbraniecki closed 5 years ago

zbraniecki commented 6 years ago

Since CLDR does not provide any reference tests we have to rely on our interpretation of the syntax to write the parser and our own tests.

It would be useful for someone external to double check our parser against the EBNF - https://unicode.org/reports/tr35/tr35-numbers.html#Plural_rules_syntax

zbraniecki commented 5 years ago

With no raised issues since August, I'm going to close this one for now. We're in a good place and intl_pluralrules seems to work smoothly against CLDR 34 as well.