probablykasper / cpc

Text calculator with support for units and conversion
https://crates.io/crates/cpc
MIT License
121 stars 14 forks source link

Support non-US spelling of words #6

Closed djmattyg007 closed 3 years ago

djmattyg007 commented 3 years ago

These examples should work, but don't:

❯ ./cpc '24 kilometres per hour in metres per second'
Lexing error: Invalid string: kilometres

❯ ./cpc '24 kilometers per hour in metres per second'
Lexing error: Invalid string: metres

I'm guessing there are probably others that need fixing up; I didn't perform a comprehensive test of all supported units.

probablykasper commented 3 years ago

Neglected this at first because there are 50 keywords with the word meter, but would be good to add.

Might be some other spelling variations missing, but I don't think there's anything major. You can find all the keywords in lexer.rs