larsbrinkhoff / lbForth

Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
GNU General Public License v3.0
414 stars 113 forks source link

(number) strips digits from undefined symbols #54

Closed pipcet closed 7 years ago

pipcet commented 7 years ago

When entering "2dummy", the error message is "Undefined: dummy". It's even worse when base is 36, as all letters and digits will be stripped from the error message:

36 base !
 ok
abcdef-ghij
Undefined: -ghij
larsbrinkhoff commented 7 years ago

Yeah, known issue. Thanks for kicking me in the butt.