huffmate
huffmate copied to clipboard
fix: Dynamic Constructor Args
trafficstars
Overview
Tokens currently don't use dynamic constructor arguments, but rather static strs.
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 my guess is "immutables" eg constructor arguments "stored" in bytecode
Implemented by the 🐐 @MathisGD in #89