reilabs / hieratika

Efforts to compile LLVM bytecode to run on top of the CairoVM and hence execute provably on Starknet
http://starknet.io
Apache License 2.0
2 stars 0 forks source link

[TASK] Handle Arbitrary Constant Initialization #91

Open iamrecursion opened 6 days ago

iamrecursion commented 6 days ago

Description

Currently we only handle integer, pointer, and float constant values, but we obviously need to handle values of array, and structure constant types as well. This issue exists to track that work.

Spec