TheoryOfNekomata
b24d26de25
Add tests for stupidly big numbers
Add bailout when exponent becomes very huge.
4 years ago
TheoryOfNekomata
b772227f38
Add larger examples, actually test streams
We look into the file contents to see if our utility outputs correctly.
4 years ago
TheoryOfNekomata
e822f1a523
Update README
Add more items to consider.
4 years ago
TheoryOfNekomata
d4c5f585f6
Update README
Consider accomplished todo items.
4 years ago
TheoryOfNekomata
22583cf0ba
Add examples
Include examples from Landon Curt Noll's website.
4 years ago
TheoryOfNekomata
64f6f622bf
Implement converter internal buffer
Use internal buffer for storing conversions. These conversions happen on reading of chunks, and the buffer is needed so the stream can be read forwards.
4 years ago
TheoryOfNekomata
a2ec5ea57c
Start decoupling core code to locales
Ensure all three sample locales are correct with consistent rules. Also expanded the number type of hundreds to bigint to anticipate extra large numbers.
4 years ago
TheoryOfNekomata
d17a77675d
Implement tests for streams
Add basic parsing for streams and values.
4 years ago
TheoryOfNekomata
5dd94f67f8
Implement German and Tagalog fundamentals
Increase test coverage on separate number systems.
4 years ago
TheoryOfNekomata
14ab470c39
Major refactor
Implement Latin power with long and short count for English.
Removed Tagalog system to integrate the new directory structure.
4 years ago
TheoryOfNekomata
1c5114026e
Modify README
Add updated README contents.
4 years ago
TheoryOfNekomata
3c1ad3eb88
Initial commit
Add conversion for numbers <= 999 in both English and Tagalog.
4 years ago