huff-rs icon indicating copy to clipboard operation
huff-rs copied to clipboard

Cannot supply constant override if constant name returns digit

Open Philogy opened this issue 2 years ago • 0 comments

This works:

#define constant LMAO_TOKEN = 0xcccccccccccccccccccccccccccccccccccccccc

Command: huffc -b src/MyThing.huff -c LMAO_TOKEN=0x1079873

This doesn't:

#define constant ERC20_TOKEN = 0xcccccccccccccccccccccccccccccccccccccccc

Command: huffc -b src/MyThing.huff -c ERC20_TOKEN=0x1079873

Philogy avatar Oct 28 '23 12:10 Philogy