update num->string algorithm, now the to_string will output strings with no tailing zeros

This commit is contained in:
ValKmjolnir
2022-03-08 13:40:27 +08:00
parent debe32b187
commit 99f595e16f
4 changed files with 16 additions and 8 deletions

View File

@@ -811,7 +811,7 @@ Finally i learned `LL(1)` and `LL(k)` and wrote a parser for math formulas in ve
In version 0.17(2019/9/15) 0.18(2019/9/18) 0.19(2019/10/1)i was playing the parser happily and after that i wrote version 1.0.
__This project began at 2019/8/31__.
__This project began at 2019/7/25__.
## __Abstract Syntax Tree__