elm-ast icon indicating copy to clipboard operation
elm-ast copied to clipboard

Add correct parsing of hex numbers

Open wende opened this issue 8 years ago • 0 comments

> 0x000000
0 : number
> 0x0000001
1 : number
> 0x0000201
513 : number
> 0x000020a
522 : number

wende avatar Sep 06 '17 14:09 wende