robpike/ivy

Parse hex numbers when loading a file

Closed this issue · 1 comments

If a file named abc.ivy contains a = 0xff (and nothing else), then the output of )get "abc.ivy" is "error: bad number syntax: 0x".

Good catch, easy fix. Now fixed at head in the dev branch.