Add binary notation for numbers
commitd19ace1596b5bbd18d95f747e0b3278630ab0e82
authorPetr Tesarik <petr@tesarici.cz>
Tue, 16 Oct 2012 20:14:05 +0000 (16 22:14 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Tue, 16 Oct 2012 20:14:05 +0000 (16 22:14 +0200)
tree00ba14890e521a7ba7f37303264f5d2b0a72cec7
parentf692a1bf53170b5c2c3b788b76e680e461bbb26d
Add binary notation for numbers

Apart from the usual formats, also recognize "0b" prefix for binary
(i.e. radix 2) numbers.
doc/hed.1
libhed/expr.c