TheoryOfNekomata
bb5b7403f9
Fix exponential normalization
Ensure exponents are normalized properly.
преди 1 година
TheoryOfNekomata
9f9a055f03
Switch place values to bigint
Use bigint for place values to be more adaptable with longer inputs.
преди 1 година
TheoryOfNekomata
83f0f28012
Split system functions
Put functions with different purposes into their own files.
преди 1 година
TheoryOfNekomata
a0a3251ca1
Use correct group place for combineGroups
Use appropriate place instead of smallest group when creating placeholder groups between actual groups.
преди 1 година
TheoryOfNekomata
6a78aecef8
Refactor groups
Make group management more readable.
преди 1 година
TheoryOfNekomata
73204c19df
Add hyphen option
Formal English hyphenates tens names.
преди 1 година
TheoryOfNekomata
0071c9d493
Fix stringify bugs
Address errors with gapped groups.
преди 1 година
TheoryOfNekomata
efe4291dce
Fix logic with no hundreds place between groups
Ensure digits parse correctly when there are gaps.
преди 1 година
TheoryOfNekomata
fd0ea31fe4
Refactor code
Make code more cleaner when parsing.
преди 1 година
TheoryOfNekomata
b57b7ac8ea
Format code
Format more sections of the code.
преди 1 година
TheoryOfNekomata
b0762fd47c
Update lint
Use ESLint for formatting.
преди 1 година
TheoryOfNekomata
4022962dc5
Rewrite package
Include parse and stringify functions for American short-count locale.
преди 1 година
TheoryOfNekomata
7a890bbeef
Trim input, update TODO
The inputs are now trimmed before conversion.
The TODO items are updated for possible correct formats.
преди 3 години
TheoryOfNekomata
1e67424067
Implement ordinals, refactor code
Ordinals have been implemented in both English and German (tho I'm not
sure how to check correctness of German number names and ordinals).
Also, refactored code to have common rules for a language, and special
rules for each variant (in the future, French will have this structure
handy).
преди 3 години
TheoryOfNekomata
1b45838a64
Reimplement tests from archive
Make sure cases from chongo are accounted for.
преди 3 години
TheoryOfNekomata
33201e4020
Initial commit
Add files from pridepack.
преди 3 години