bel
bel copied to clipboard
Symbols with leading zeroes are wrongly parsed
$ bel
Language::Bel 0.63 -- msys.
> '000
0
This is clearly wrong in itself.
What's worse:
> (nom '010)
Error: mistype
> (nom '000)
Error: mistype
This is also wrong.