Open
Description
Is your feature request related to a problem? Please describe.
Looks like there is lack of support for basic syntax in ei_x_format* function.
I've found that no support for bitstring/binary syntax (<<>>), numbers in different bases (16#A, 2#101011, 1_3#13_3, 2.3e-3_3).
Describe the solution you'd like
Add support for basic term syntax in this function (bitstring/binary, numbers).
In #7598 been added support for map term, so my suggestion to not stop at this and continue.