22 Commits

Author SHA1 Message Date
Kasper
1db9598cd2 Switch back to official decimal
Switch back to official `decimal` because https://github.com/alkis/decimal/issues/59 is fixed
2021-03-15 00:45:08 +01:00
Kasper
e2f284290d v1.3.2 2021-02-08 02:41:17 +01:00
Kasper
d0d37e988c v1.3.1 2021-01-14 18:03:10 +01:00
Kasper
6b9284689e v1.3.0 2020-11-29 03:53:40 +01:00
Kasper
47094869dc v1.2.0 2020-11-26 02:09:20 +01:00
Kasper
ef97410fe5 Updated decimal dependency to decimal_fixes_mirror
Fixed panics in Rust 1.48.0
2020-11-26 01:24:51 +01:00
Kasper
5a7ec8b196 Make const fn a normal function for compatibility 2020-11-25 23:17:01 +01:00
Kasper
efd5b63a0d v1.1.0 2020-11-14 05:26:22 +01:00
Kasper
5f85d32f65 v1.0.2 2020-10-12 20:45:48 +02:00
Kasper
6b91b35b34 v1.0.1 2020-08-20 22:12:31 +02:00
Kasper
e619215fd8 Added documentation link 2020-08-20 13:32:17 +02:00
Kasper
fa67e70170 v1.0.0 2020-08-20 10:50:00 +02:00
Kasper
e702eea1e3 Added instructions for releasing new version to readme 2020-08-20 10:49:52 +02:00
Kasper
25417960d9 Added cross-compiling instructions to readme 2020-08-20 10:30:31 +02:00
Kasper
e69b1ab7a3 Added MIT license 2020-08-20 07:25:12 +02:00
Kasper
5830904a45 Added --debug flag, eval returns Result 2020-08-20 06:49:10 +02:00
Kasper
e8d363acfc Fixed byte_index not incrementing in digit/string loops 2019-12-09 04:34:08 +01:00
Kasper
424e6988e9 Lexer supports multi-byte utf8 characters and "pi", "π" and "e" 2019-12-09 03:36:02 +01:00
Kasper
1fe9214a62 Put lexer into it's own file 2019-12-09 00:31:34 +01:00
Kasper
8e2a3ff4d7 Number parsing 2019-12-08 21:04:35 +01:00
Kasper
f83c0ce59d Started work on custom lexer 2019-12-08 15:17:15 +01:00
Kasper
4281aa97a9 cargo init 2019-12-06 16:16:29 +01:00