rink-rs/src
Colin Benner 78331c36a8 Add parse_radix to handle near-identical cases
In `parse_term`, remove some code duplication by moving code common to
parsing hexadecimal, octal and binary numbers into its own
function.
2019-10-19 20:30:06 -07:00
..
bin Simplify some matches 2019-10-19 20:28:00 -07:00
ast.rs Represent function using an enum 2019-10-19 20:28:00 -07:00
btc.rs Fix lots of clippy warnings 2019-10-19 20:27:59 -07:00
context.rs Simplify Context::describe_unit 2019-10-19 20:27:59 -07:00
currency.rs Fix lots of clippy warnings 2019-10-19 20:27:59 -07:00
date.rs Simplify some matches 2019-10-19 20:28:00 -07:00
eval.rs Simplify match statement using try! 2019-10-19 20:28:00 -07:00
factorize.rs Fix lots of clippy warnings 2019-10-19 20:27:59 -07:00
formula.rs Fix lots of clippy warnings 2019-10-19 20:27:59 -07:00
gnu_units.rs Simplify some matches 2019-10-19 20:28:00 -07:00
lib.rs Use unreachable!() instead of panic!() 2019-10-19 20:27:59 -07:00
load.rs Move Name, Resolver out of load::load 2019-10-19 20:28:00 -07:00
num.rs Be more explicit in Num::to_rational 2019-10-19 20:27:59 -07:00
number.rs Derive Default for NumberParts 2019-10-19 20:27:59 -07:00
reply.rs Represent function using an enum 2019-10-19 20:28:00 -07:00
search.rs Fix lots of clippy warnings 2019-10-19 20:27:59 -07:00
substance.rs Handle division by zero with a macro 2019-10-19 20:27:59 -07:00
text_query.rs Add parse_radix to handle near-identical cases 2019-10-19 20:30:06 -07:00
value.rs Fix lots of clippy warnings 2019-10-19 20:27:59 -07:00