Ygg01/Linguini

Fix `NUMBERS` and `DATETIME` Builtins

Ouverte

#18 ouverte le 23 mai 2022

 (0 commentaire) (0 réaction) (0 personne assignée)C# (15 forks)auto 404
help wanted

Métriques du dépôt

Stars
 (42 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur