elixir-gettext/expo

Provide compile time version of `PluralForms.index/2`

maennchen opened this issue · 0 comments

Evaluating the index for every call is very expensive.

Therefore a macro PluralForms.compile_index/1 should be provided that converts the plural expression into Elixir AST.