huffmate icon indicating copy to clipboard operation
huffmate copied to clipboard

fix: Dynamic Constructor Args

Open refcell opened this issue 3 years ago • 1 comments
trafficstars

Overview

Tokens currently don't use dynamic constructor arguments, but rather static strs.

refcell avatar Sep 21 '22 11:09 refcell

Do you mean that symbol and name should be stored in storage ? This would mean that they would be more expensive to get, whereas constant could be set at compilation (https://github.com/huff-language/huff-rs/pull/171).

MathisGD avatar Oct 08 '22 20:10 MathisGD

@MathisGD my guess is "immutables" eg constructor arguments "stored" in bytecode

yorhodes avatar Dec 30 '22 18:12 yorhodes

Implemented by the 🐐 @MathisGD in #89

refcell avatar Mar 20 '23 13:03 refcell