shell: implement optional "BASE#nnnn" numeric literals
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 19 May 2019 15:23:31 +0000 (17:23 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 19 May 2019 15:23:31 +0000 (17:23 +0200)
commit9edd268bad93128bcadfbdde28bb978a4b4c5bab
tree0163e19dd3fb1dc0b16c3c694f4ba39fee0c5cb8
parent30a4c32a4d21728a7e25025f70fcc1d7cd722fe0
shell: implement optional "BASE#nnnn" numeric literals

function                                             old     new   delta
evaluate_string                                      729     851    +122

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/Config.src
shell/math.c
shell/math.h