Ygg01/Linguini

Fix `NUMBERS` and `DATETIME` Builtins

Offen

#18 geöffnet am 23.05.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (15 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (42 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Motivation

We don't have a good NUMBERS and DATETIME builtins function. It's modelled after fluent.rs, but there it's more of a stub, until icu is adopted.

What this means

This is a hard problem, there aren't any solution that can fit 1-to-1 to those built-ins. So it will need some plumbing, relying on C# or writing it from scratch.

Contributor Guide